import { type Cookie } from "https://deno.land/x/frugal@0.5.0/docs/dep/std/http.ts";
Properties
optional
expires: DateExpiration date of the cookie.
Allows servers to assert that a cookie ought not to be sent along with cross-site requests.
import { type Cookie } from "https://deno.land/x/frugal@0.5.0/docs/dep/std/http.ts";
Expiration date of the cookie.
Allows servers to assert that a cookie ought not to be sent along with cross-site requests.