Lines Matching refs:Response
15 Resp Response
23 Response{
37 // Unchunked response without Content-Length.
39 Response{
52 // HTTP/1.1 response with unknown length and Connection: close
54 Response{
69 // HTTP/1.1 response with unknown length and not setting connection: close
71 Response{
86 // HTTP/1.1 response with unknown length and not setting connection: close, but
89 Response{
104 // HTTP/1.1 response 0 content-length, and nil body
106 Response{
120 // HTTP/1.1 response 0 content-length, and non-nil empty body
122 Response{
136 // HTTP/1.1 response 0 content-length, and non-nil non-empty body
138 Response{
154 Response{
175 Response{
198 Response{
211 // When a response to a POST has Content-Length: -1, make sure we don't
214 Response{
231 Response{
244 // No stutter. Status code in 1xx range response should
247 Response{
260 // Status code 204 (No content) response should not include a
263 Response{