Lines Matching refs:Trailer
46 ErrUnexpectedTrailer = &ProtocolError{"trailer header without chunked transfer encoding"}
65 "Trailer": true,
184 // Trailer specifies additional headers that are sent after the request
187 // For server requests the Trailer map initially contains only the
188 // trailer keys, with nil values. (The client declares which trailers it
190 // not reference Trailer. After reading from Body returns EOF, Trailer
194 // For client requests Trailer must be initialized to a map containing
195 // the trailer keys to later send. The values may be nil or their final
199 // not mutate Trailer.
202 Trailer Header
434 // Process Body,ContentLength,Close,Trailer
461 // Write body and trailer