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