Uses of Interface
io.inverno.mod.http.base.OutboundResponseHeaders
Packages that use OutboundResponseHeaders
-
Uses of OutboundResponseHeaders in io.inverno.mod.http.base
Methods in io.inverno.mod.http.base that return OutboundResponseHeadersModifier and TypeMethodDescriptionOutboundResponseHeaders.contentLength(long contentLength) Sets the response content length.OutboundResponseHeaders.contentType(String contentType) Sets the response content type header field value.OutboundResponseHeaders.cookies(Consumer<OutboundSetCookies> cookiesConfigurer) Sets the response set-cookies.OutboundResponseHeaders.status(int status) Sets the response HTTP status codeSets the response HTTP status.