interface CookieHandler : Handler<RoutingContext>
A handler which decodes cookies from the request, makes them available in the RoutingContext and writes them back in the response.
Author
Tim Fox
open static fun create(): CookieHandler
Create a cookie handler |