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.trailers(Consumer<ResponseTrailers> trailersConfigurer)Configures the HTTP trailers to send in the response.