Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UnsignedCookiesContext

import type { UnsignedCookiesContext } from "https://raw.githubusercontent.com/worker-tools/shed/master/index.ts";
interface UnsignedCookiesContext extends CookiesContext {
unsignedCookies: Cookies;
unsignedCookieStore: CookieStore;
}

§Extends

§Properties

§
unsignedCookies: Cookies
[src]
§
unsignedCookieStore: CookieStore
[src]