Home | History | Annotate | Download | only in http

Lines Matching defs:request

25                                    const HttpRequestInfo* request,
29 request_(request),
81 std::string request = request_line + headers.ToString();
82 scoped_refptr<StringIOBuffer> headers_io_buf(new StringIOBuffer(request));
236 // Record our best estimate of the 'request time' as the time when we send
237 // out the first bytes of the request headers.
246 // There is only a header packet or we have a request body but the
247 // request body isn't available yet (can't coalesce).
330 // Non-chunked request body.
632 // a message is dependent on both the request method and the response
633 // status code (section 6.1.1). All responses to the HEAD request method