Lines Matching refs:headers
33 headers.
35 The *origin* argument is for specifying which headers to receive, as a single
36 HTTP transfer might provide headers from several different places and they may
37 then have different importance to the user and headers using the same name
41 The *request* argument tells libcurl from which request you want headers
44 headers from. 0 being the first request and then the number increases for
50 iterating over a range of headers as changing the value mid-loop might give
58 given scope. This way, an application can iterate over all available headers.
79 /* extract the normal headers from the first request */
85 /* extract the normal headers + 1xx + trailers from the last request */
100 (matching) headers or an error occurred.
103 headers available within the scope to return.