Home
last modified time | relevance | path

Searched refs:curl_easy_header (Results 1 – 25 of 27) sorted by relevance

12

/curl/tests/data/
H A Dtest19434 curl_easy_header
43 curl_easy_header with trailers
H A Dtest19404 curl_easy_header
39 curl_easy_header
H A Dtest19444 curl_easy_header
44 curl_easy_header with redirect
H A Dtest19424 curl_easy_header
40 curl_easy_header with 1xx response
H A Dtest19464 curl_easy_header
44 curl_easy_header with redirect but get headers from first request
H A Dtest19414 curl_easy_header
44 curl_easy_header with CONNECT
H A Dtest113580 curl_easy_header
H A Dtest19454 curl_easy_header
/curl/tests/libtest/
H A Dlib1940.c54 if(CURLHE_OK == curl_easy_header(easy, testdata[i], 0, type, in showem()
66 if(CURLHE_OK != curl_easy_header(easy, testdata[i], index, type, in showem()
/curl/docs/libcurl/
H A Dcurl_easy_header.md4 Title: curl_easy_header
20 curl_easy_header - get an HTTP header
27 CURLHcode curl_easy_header(CURL *easy,
37 curl_easy_header(3) returns a pointer to a "curl_header" struct in **hout**
67 subsequent calls to curl_easy_header(3) clobber the struct used in the
153 h = curl_easy_header(curl, "Content-Type", 0, CURLH_HEADER, -1, &type);
H A DMakefile.inc32 curl_easy_header.3 \
H A Dcurl_easy_nextheader.md8 - curl_easy_header (3)
39 the curl_easy_header(3) man page for the origin descriptions.
H A Dcurl_easy_getinfo.md109 curl_easy_header(3) instead. See CURLINFO_CONTENT_TYPE(3)
/curl/include/curl/
H A Dheader.h58 CURL_EXTERN CURLHcode curl_easy_header(CURL *easy,
/curl/docs/libcurl/opts/
H A DCURLINFO_CONTENT_TYPE.md10 - curl_easy_header (3)
41 curl_easy_header(3) function.
H A DCURLINFO_REFERER.md10 - curl_easy_header (3)
H A DCURLINFO_RETRY_AFTER.md10 - curl_easy_header (3)
H A DCURLOPT_HEADERDATA.md10 - curl_easy_header (3)
H A DCURLOPT_HEADERFUNCTION.md10 - curl_easy_header (3)
91 curl_easy_header(3).
H A DCURLMOPT_PUSHFUNCTION.md72 The header fields can also be accessed with curl_easy_header(3),
/curl/docs/examples/
H A Dheaderapi.c61 if(CURLHE_OK == curl_easy_header(curl, "Content-Type", 0, CURLH_HEADER, in main()
/curl/lib/
H A Dlibcurl.def6 curl_easy_header
H A Dheaders.c62 CURLHcode curl_easy_header(CURL *easy, in curl_easy_header() function
422 CURLHcode curl_easy_header(CURL *easy, in curl_easy_header() function
/curl/src/
H A Dtool_writeout_json.c152 if(curl_easy_header(per->curl, name, i, CURLH_HEADER, in headerJSON()
H A Dtool_writeout.c631 if(CURLHE_OK == curl_easy_header(per->curl, hname, 0, in ourWriteOut()

Completed in 26 milliseconds

12