public interface Trailer
Modifier and Type | Method and Description |
---|---|
Trailer |
addHeader(HttpHeader header)
Returns a copy of this trailer with the given header added to the list of headers.
|
Trailer |
addHeaders(scala.collection.Iterable<HttpHeader> headers)
Returns a copy of this trailer with the given headers added to the list of headers.
|
Trailer |
withHeaders(scala.collection.Iterable<HttpHeader> headers)
Returns a copy of this trailer with new headers.
|
Trailer addHeader(HttpHeader header)
header
- (undocumented)Trailer addHeaders(scala.collection.Iterable<HttpHeader> headers)
headers
- (undocumented)Trailer withHeaders(scala.collection.Iterable<HttpHeader> headers)
headers
- (undocumented)