Uses of Interface
io.inverno.mod.http.server.Response
Packages that use Response
-
Uses of Response in io.inverno.mod.http.server
Methods in io.inverno.mod.http.server that return ResponseModifier and TypeMethodDescriptionResponse.cookies(Consumer<OutboundSetCookies> cookiesConfigurer) Deprecated.Response.headers(Consumer<OutboundResponseHeaders> headersConfigurer) Configures the HTTP headers to send in the response.Response.sendContinue()Sends an interim 100 continue response to the client so it can send the rest of the request.Response.trailers(Consumer<OutboundHeaders<?>> trailersConfigurer) Configures the HTTP trailers to send in the response.
headers(java.util.function.Consumer)andOutboundResponseHeaders.cookies(java.util.function.Consumer)