cookie library
Classes
- Cookies
- Spry cookies.
Functions
-
enableCookie(
{String? secret, Hash algorithm = sha256, bool autoSecureSet = true, DateTime? expires, int? maxAge, String? domain, String? path, bool? secure, bool? httpOnly, SameSite? sameSite, bool? partitioned}) → Handler< Response> - Enable cookie suppory.
-
useCookies(
Event event) → Cookies -
Returns a Cookies instance for the
event
.