Package io.micronaut.http.cookie


package io.micronaut.http.cookie
HTTP cookies classes.
Since:
1.0
Author:
Graeme Rocher
  • Class
    Description
    An interface representing a Cookie.
    An interface representing the configuration of a Cookie.
    A CookieFactory creates Cookie instances and should be implemented by a concrete server.
    Models the defined Cookie instances in an application.
    Asserts that a cookie must not be sent with cross-origin requests, providing some protection against cross-site request forgery attacks (CSRF).
    Converts a string to a SameSite.