HTTP Trailer headers of a client response.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ClientResponseTrailerscreate()Create new empty trailers.static ClientResponseTrailersCreate 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, valuesMethods 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
-