vertx / io.vertx.ext.web.handler / CookieHandler

CookieHandler

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

Functions

create

open static fun create(): CookieHandler

Create a cookie handler