Enumeration CurlProtocol

Object with the protocols supported by libcurl, as bitmasks. Should be used when setting PROTOCOLS and REDIR_PROTOCOLS options.

CURLPROTO_HTTP becomes CurlProtocol.HTTP

Enumeration Members

ALL: -1
DICT: 512
FILE: 1024
FTP: 4
FTPS: 8
GOPHER: 33554432
GOPHERS: 536870912
HTTP: 1
HTTPS: 2
IMAP: 4096
IMAPS: 8192
LDAP: 128
LDAPS: 256
MQTT: 268435456
POP3: 16384
POP3S: 32768
RTMP: 524288
RTMPE: 2097152
RTMPS: 8388608
RTMPT: 1048576
RTMPTE: 4194304
RTMPTS: 16777216
RTSP: 262144
SCP: 16
SFTP: 32
SMB: 67108864
SMBS: 134217728
SMTP: 65536
SMTPS: 131072
TELNET: 64
TFTP: 2048