Lines Matching refs:header
22 CURLOPT_HEADERFUNCTION - callback that receives header data
44 header data. The header callback is called once for each header and only
45 complete header lines are passed on to the callback. Parsing headers is easy
47 of that data is *nitems*; *size* is always 1. The provided header line is not
60 A complete HTTP header that is passed to this function can be up to
80 trailer is identical to an HTTP header and if such a trailer is received it is
82 to detect it being a trailer and not an ordinary header: 1) it comes after the
83 response-body. 2) it comes after the final header line (CR LF) 3) a Trailer:
84 header among the regular response-headers mention what header(s) to expect in
96 folded header is a header that continues on a subsequent line and starts with
97 a whitespace. Such folds are passed to the header callback as separate ones,
112 /* received header is nitems * size long in 'buffer' NOT ZERO TERMINATED */