Skip to main content
Go to Latest
method SecureCookieMap.prototype.set
import { SecureCookieMap } from "https://deno.land/std@0.166.0/http/cookie_map.ts";

Set a cookie in the response headers.

If there was a keyring set, cookies will be automatically signed, unless overridden by the passed options. Cookies can be deleted by setting the value to null.

Parameters

key: string
value: string | null
optional
options: SecureCookieMapSetDeleteOptions = [UNSUPPORTED]

Returns

Promise<this>