import { type Cookie } from "https://deno.land/std@0.112.0/http/cookie.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/std@0.112.0/http/cookie.ts";
Expiration date of the cookie.
Allows servers to assert that a cookie ought not to be sent along with cross-site requests.