Uses of Interface
io.inverno.mod.http.server.ResponseCookies
-
Uses of ResponseCookies in io.inverno.mod.http.server
Methods in io.inverno.mod.http.server that return ResponseCookiesModifier and TypeMethodDescriptiondefault ResponseCookiesAdds a cookie with the specified name and value.ResponseCookies.addCookie(Consumer<SetCookie.Configurator> configurer) Adds a cookie created with the specified configurer.Method parameters in io.inverno.mod.http.server with type arguments of type ResponseCookiesModifier and TypeMethodDescriptionResponse.cookies(Consumer<ResponseCookies> cookiesConfigurer) Configures the cookies to set in the response.