Home | History | Annotate | Download | only in http

Lines Matching refs:Response

25 // ErrLineTooLong is returned when reading request or response bodies
54 // transferWriter inspects the fields of a user-supplied Request or Response,
93 case *Response:
175 // (issue 17480) when the body is a pipe (perhaps waiting on the response
221 // become readable until it's seen the response headers.
374 // bodyAllowedForStatus reports whether a given response status code
396 // RFC 2616 section 10.3.5: "the response MUST NOT include other entity-headers"
404 // msg is *Request or *Response.
411 case *Response:
465 // If there is no Content-Length or chunked Transfer-Encoding on a *Response
469 case *Response:
510 case *Response:
572 // or response splitting (Section 9.4) and ought to be
613 // Logic based on response type or status
668 // receiving a response and body
729 hdr interface{} // non-nil (Response or Request) value means read trailer
741 // ErrBodyReadAfterClose is returned when reading a Request or Response
863 case *Response: