import { type SecureCookieMapOptions } from "https://dotland.deno.dev/std@0.181.0/http/mod.ts";
Properties
optional
keys: KeyRingKeys which will be used to validate and sign cookies. The key ring should
implement the KeyRing
interface.
optional
response: Headered | HeadersThe {@link Response
} or the headers that will be used with the
response. When provided, Set-Cookie
headers will be set in the headers
when cookies are set or deleted in the map.
An alternative way to extract the headers is to pass the cookie map to the
mergeHeaders
function to merge various sources of the
headers to be provided when creating or updating a response.