Skip to main content
Module

x/workers_middleware/cookies.ts>Cookies

Placeholder for Worker-based middleware solution
Latest
type alias Cookies
import { type Cookies } from "https://deno.land/x/workers_middleware@v0.1.0-pre.36/cookies.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; }