mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 09:21:50 -05:00
Options CURLOPT_REDIR_PROTOCOLS and CURLOPT_PROTOCOLS, and associated definitions added to RPG binding
This commit is contained in:
parent
a1f455551f
commit
2876329f16
@ -489,6 +489,31 @@
|
||||
d CURLFTPMETHOD_SINGLECWD...
|
||||
d c 3
|
||||
*
|
||||
d CURLPROTO_HTTP...
|
||||
d c X'0001'
|
||||
d CURLPROTO_HTTPS...
|
||||
d c X'0002'
|
||||
d CURLPROTO_FTP...
|
||||
d c X'0004'
|
||||
d CURLPROTO_FTPS...
|
||||
d c X'0008'
|
||||
d CURLPROTO_SCP...
|
||||
d c X'0010'
|
||||
d CURLPROTO_SFTP...
|
||||
d c X'0020'
|
||||
d CURLPROTO_TELNET...
|
||||
d c X'0040'
|
||||
d CURLPROTO_LDAP...
|
||||
d c X'0080'
|
||||
d CURLPROTO_LDAPS...
|
||||
d c X'0100'
|
||||
d CURLPROTO_DICT...
|
||||
d c X'0200'
|
||||
d CURLPROTO_FILE...
|
||||
d c X'0400'
|
||||
d CURLPROTO_TFTP...
|
||||
d c X'0800'
|
||||
*
|
||||
d CURLoption s 10i 0 based(######ptr######) Enum
|
||||
d CURLOPT_FILE c 10001
|
||||
d CURLOPT_WRITEDATA...
|
||||
@ -811,6 +836,10 @@
|
||||
d c 00179
|
||||
d CURLOPT_SOCKS5_GSSAPI_NEC...
|
||||
d c 00180
|
||||
d CURLOPT_PROTOCOLS...
|
||||
d c 00181
|
||||
d CURLOPT_REDIR_PROTOCOLS...
|
||||
d c 00182
|
||||
*
|
||||
d CURLOPT_POST301...
|
||||
d c 00161 Obsolescent
|
||||
|
Loading…
x
Reference in New Issue
Block a user