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

EncryptedCookiesContext

import type { EncryptedCookiesContext } from "https://raw.githubusercontent.com/worker-tools/middleware/master/index.ts";
interface EncryptedCookiesContext extends CookiesContext {
encryptedCookies: Cookies;
encryptedCookieStore: CookieStore;
}

§Extends

§Properties

§
encryptedCookies: Cookies
[src]
§
encryptedCookieStore: CookieStore
[src]