Lines Matching refs:headers
46 The *origin* argument is for specifying which headers to receive, as a single
47 HTTP transfer might provide headers from several different places and they may
48 then have different importance to the user and headers using the same name
52 The *request* argument tells libcurl from which request you want headers
55 headers from. 0 being the first request and then the number increases for
60 libcurl stores and provides the actually used "correct" headers. If for
61 example two headers with the same name arrive and the latter overrides the
64 does not have to bother about multiple headers used wrongly.
76 This function can be used before (all) headers have been received and is fine
77 to call from within libcurl callbacks. It returns the state of the headers at
98 off. The `value` data is null-terminated. For legacy HTTP/1 "folded headers",
102 **amount** is how many headers using this name that exist, within the origin