Uses of Interface
io.inverno.mod.http.server.Response
-
Uses of Response in io.inverno.mod.http.server
Methods in io.inverno.mod.http.server that return ResponseModifier and TypeMethodDescriptionResponse.cookies(Consumer<ResponseCookies> cookiesConfigurer) Configures the cookies to set in the response.Response.headers(Consumer<ResponseHeaders> headersConfigurer) Configures the HTTP headers to send in the response.Exchange.response()Returns the response part of the exchange.Response.sendContinue()Sends an interim 100 continue response to the client so it can send the rest of the request.Response.trailers(Consumer<ResponseTrailers> trailersConfigurer) Configures the HTTP trailers to send in the response.