Uses of Interface
io.inverno.mod.http.server.ResponseTrailers
-
Uses of ResponseTrailers in io.inverno.mod.http.server
Methods in io.inverno.mod.http.server that return ResponseTrailersModifier and TypeMethodDescriptionAdds the specified trailers.ResponseTrailers.add(CharSequence name, CharSequence value)Adds a trailer with the specified name and value.ResponseTrailers.remove(CharSequence... names)Removes the trailers with the specified names.Sets the specified trailers.ResponseTrailers.set(CharSequence name, CharSequence value)Sets the value of the trailer with the specified name.Response.trailers()Returns the HTTP trailers to send in the response.Method parameters in io.inverno.mod.http.server with type arguments of type ResponseTrailersModifier and TypeMethodDescriptionResponse.trailers(Consumer<ResponseTrailers> trailersConfigurer)Configures the HTTP trailers to send in the response.