Skip to main content
Module

x/shed/index.ts>Cookies

All Worker Tools under a single roof
Latest
type alias Cookies
import { type Cookies } from "https://deno.land/x/shed@v0.1.0-pre.10/index.ts";

An object of the cookies sent with this request. It is for reading convenience only. To make changes, use the associated cookie store instead (provided by the middleware along with this object)

definition: { readonly [key: string]: string; }