Lines Matching refs:header
20 curl_easy_header - get an HTTP header
38 with data for the HTTP response header *name*. The case insensitive
39 null-terminated header name should be specified without colon.
41 *index* 0 means asking for the first instance of the header. If the returned
42 header struct has **amount** set larger than 1, it means there are more
43 instances of the same header name available to get. Asking for a too big index
49 might be used. The *origin* is a bitmask for what header sources you want. See
62 former, then only the latter is provided. If the first header survives the
73 considered a header by this function. Headers are the "name: value" lines
80 # The header struct
105 **index** is the zero based entry number of this particular header, which in
106 case this header was used more than once in the requested scope can be larger
110 set, indicating where from the header originates. At the time of this writing,
120 The header arrived as a header from the server.
124 The header arrived as a trailer. A header that arrives after the body.
128 The header arrived in a CONNECT response. A CONNECT request is being done to
133 The header arrived in an HTTP 1xx response. A 1xx response is an "intermediate"
138 The header is an HTTP/2 or HTTP/3 pseudo header