Lines Matching defs:response
278 // typically includes header fields appeared in non-final response
279 // header fields in final response header fields. Without checking
286 // the length of response body received so far
295 // true if response only consists of HEADERS, and it bears
297 // response with single HEADERS with END_STREAM flag only.
309 // response (502) to a client.
415 // downstream response API
416 const Response &response() const { return resp_; }
417 Response &response() { return resp_; }
419 // Rewrites the location response header field.
429 // Validates that received response body length and content-length
434 // Inspects HTTP/1 response. This checks tranfer-encoding etc.
436 // Clears some of member variables for response.
438 // True if the response is non-final (1xx status code). Note that
442 // response. Only HTTP/1.1 and HTTP/2 clients support it.
534 // the length of response body sent to upstream client
595 // response state
604 // true if response to client uses chunked transfer-encoding
606 // true if we have not got final response code