Searched defs:http_request_find_header (Results 1 - 1 of 1) sorted by relevance

/external/qemu/proxy/
H A Dproxy_http_rewriter.c249 http_request_find_header( HttpRequest* r, function
575 char* host = http_request_find_header(r, "Host");
651 content_length = http_request_find_header(r, "Content-Length");
664 transfer_encoding = http_request_find_header(r, "Transfer-Encoding");
675 char* connection = http_request_find_header(r, "Proxy-Connection");
678 connection = http_request_find_header(r, "Connection");

Completed in 642 milliseconds