Home | History | Annotate | Download | only in http

Lines Matching defs:encodeHeaders

6084 	hdrs, err := cc.encodeHeaders(req, requestedGzip, trailers, contentLen)
6370 func (cc *http2ClientConn) encodeHeaders(req *Request, addGzipHeader bool, trailers string, contentLength int64) ([]byte, error) {
7685 // encodeHeaders encodes an http.Header. If keys is not nil, then (k, h[k])