HTTP Trailer headers of a client response.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClientResponseTrailers
create()
Create new empty trailers.static ClientResponseTrailers
Create new trailers from headers future.Methods inherited from interface io.helidon.http.Headers
acceptedTypes, all, contains, contains, contentLength, contentType, first, get, isAccepted, size, stream, toMap, value, values
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
create
Create new trailers from headers future.- Parameters:
headers
- trailer headers- Returns:
- new client trailers from headers future
-
create
Create new empty trailers.- Returns:
- new empty client trailers
-