Lines Matching refs:headers
23 CURLOPT_HTTPHEADER - set of HTTP headers
31 struct curl_slist *headers);
36 Pass a pointer to a linked list of HTTP headers to pass to the server and/or
41 header list establishes the document-level MIME headers to prepend to the
51 this option you can add new headers, replace internal headers and remove
52 internal headers. To add a header with no content (nothing to the right side
55 The headers included in the linked list **must not** be CRLF-terminated,
63 following the request-line are headers. Adding this method line in this list
64 of headers only causes your request to send an invalid header. Use
74 The most commonly replaced HTTP headers have "shortcuts" in the options
78 There is an alternative option that sets or replaces headers only for requests
84 Setting some specific headers causes libcurl to act differently.
101 headers can be set to override libcurl-generated values:
119 Other specific headers that do not have a libcurl default value but are
126 By default, this option makes libcurl send the given headers in all HTTP
130 the headers. They may be private or otherwise sensitive to leak.
132 Use CURLOPT_HEADEROPT(3) to make the headers only get sent to where you
135 Custom headers are sent in all requests done by the easy handle, which implies
137 (CURLOPT_FOLLOWLOCATION(3)), the same set of custom headers is sent in
139 those servers get all the contents of your custom headers too.
141 Starting in 7.58.0, libcurl specifically prevents "Authorization:" headers
145 Starting in 7.64.0, libcurl specifically prevents "Cookie:" headers from being