CURLINFO_HTTP_CONNECTCODE - get the CONNECT response code
#include <curl/curl.h>
CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_HTTP_CONNECTCODE, long *p);
Pass a pointer to a long to receive the last received HTTP proxy response code to a CONNECT request. The returned value will be zero if no such response code was available.
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
CURLINFO_RESPONSE_CODE, curl_easy_getinfo (3), curl_easy_setopt (3)
This HTML page was made with roffit.