Skip to content
Andrew Lambert edited this page Mar 15, 2017 · 12 revisions

Module libcURL.Info

Contains Info number constants for EasyHandle.GetInfo.

See also

curl_easy_getinfo in the libcurl documentation.

Constants

       Protected Const APPCONNECT_TIME = 3145761
       Protected Const CERTINFO = 4194338
       Protected Const CONDITION_UNMET = 2097187
       Protected Const CONNECT_TIME = 3145733
       Protected Const CONTENT_LENGTH_DOWNLOAD = 3145743
       Protected Const CONTENT_LENGTH_UPLOAD = 3145744
       Protected Const CONTENT_TYPE = 1048594
       Protected Const COOKIELIST = 4194332
       Protected Const EFFECTIVE_URL = 1048577
       Protected Const FILETIME = 2097166
       Protected Const FTP_ENTRY_PATH = 1048606
       Protected Const HEADER_SIZE = 2097163
       Protected Const HTTPAUTH_AVAIL = 2097175
       Protected Const HTTP_CONNECTCODE = 2097174
       Protected Const LASTSOCKET = 2097181
       Protected Const LOCAL_IP = 1048617
       Protected Const LOCAL_PORT = 2097194
       Protected Const NAMELOOKUP_TIME = 3145732
       Protected Const NUM_CONNECTS = 2097178
       Protected Const OS_ERRNO = 2097177
       Protected Const PRETRANSFER_TIME = 3145734
       Protected Const PRIMARY_IP = 1048608
       Protected Const PRIMARY_PORT = 2097192
       Protected Const PRIVATE_ = 1048597
       Protected Const PROXYAUTH_AVAIL = 2097176
       Protected Const REDIRECT_COUNT = 2097172
       Protected Const REDIRECT_TIME = 3145747
       Protected Const REDIRECT_URL = 1048607
       Protected Const REQUEST_SIZE = 2097164
       Protected Const RESPONSE_CODE = 2097154
       Protected Const RTSP_CLIENT_CSEQ = 2097189
       Protected Const RTSP_CSEQ_RECV = 2097191
       Protected Const RTSP_SERVER_CSEQ = 2097190
       Protected Const RTSP_SESSION_ID = 1048612
       Protected Const SIZE_DOWNLOAD = 3145736
       Protected Const SIZE_UPLOAD = 3145735
       Protected Const SPEED_DOWNLOAD = 3145737
       Protected Const SPEED_UPLOAD = 3145738
       Protected Const SSL_ENGINES = 4194331
       Protected Const SSL_VERIFYRESULT = 2097165
       Protected Const STARTTRANSFER_TIME = 3145745
       Protected Const TLS_SESSION = 4194347
       Protected Const TOTAL_TIME = 3145731

Clone this wiki locally