Handbook
Glossary
curl_proxytype
Vocabulary
curl
.
ffi
Inputs
None
Outputs
value
an
object
Definition
USING:
alien.syntax
;
IN:
curl.ffi
ENUM:
curl_proxytype
{
CURLPROXY_HTTP
0
}
{
CURLPROXY_HTTP_1_0
1
}
{
CURLPROXY_SOCKS4
4
}
{
CURLPROXY_SOCKS5
5
}
{
CURLPROXY_SOCKS4A
6
}
{
CURLPROXY_SOCKS5_HOSTNAME
7
}
;