Lines Matching full:headers
37 # headers start on the next line
48 headers[header] = headers[header] " " $0
64 # Headers are case insensitive, so normalize token to upper case.
67 # RFC2616 4.2 multiple instances of a headers is only valid for for
70 if (header in headers)
71 prior = headers[header] ", "
72 headers[header] = prior content
74 trace("found header >"header"< with content >"headers[header]"<")
79 # A blank line marks the end of the headers.
82 trace("end of request headers")
93 # Should never get here: in headers a line without an indent nor a : is invalid.
98 headers[header] = ""
133 if (!("HOST" in headers))
136 host = headers["HOST"]
393 # and then the fixed response headers.