Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/shed/middleware.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/middleware.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; }