Module: Curl

Defined in:
ext/curb.c,
ext/curb.rb

Defined Under Namespace

Modules: Err Classes: Easy, Multi, PostField

Constant Summary collapse

CURB_VERSION =
rb_str_new2(CURB_VERSION)
VERSION =
curlver
CURL_VERSION =
curlver
VERNUM =
curlvernum
CURL_VERNUM =
curlvernum
LONG_VERSION =
curllongver
CURL_LONG_VERSION =
curllongver
CURLINFO_TEXT =

Passed to on_debug handler to indicate that the data is informational text.

INT2FIX(CURLINFO_TEXT)
CURLINFO_HEADER_IN =

Passed to on_debug handler to indicate that the data is header (or header-like) data received from the peer.

INT2FIX(CURLINFO_HEADER_IN)
CURLINFO_HEADER_OUT =

Passed to on_debug handler to indicate that the data is header (or header-like) data sent to the peer.

INT2FIX(CURLINFO_HEADER_OUT)
CURLINFO_DATA_IN =

Passed to on_debug handler to indicate that the data is protocol data received from the peer.

INT2FIX(CURLINFO_DATA_IN)
CURLINFO_DATA_OUT =

Passed to on_debug handler to indicate that the data is protocol data sent to the peer.

INT2FIX(CURLINFO_DATA_OUT)
CURLPROXY_HTTP =
INT2FIX(-1)
CURLPROXY_SOCKS4 =
INT2FIX(-2)
CURLPROXY_SOCKS5 =
INT2FIX(-2)
CURLAUTH_BASIC =
INT2FIX(CURLAUTH_BASIC)