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

CookiesOptions

import type { CookiesOptions } from "https://raw.githubusercontent.com/worker-tools/middleware/master/index.ts";
interface CookiesOptions extends DeriveOptions {
keyring?: readonly CryptoKey[];
}

§Extends

§Properties

§
keyring?: readonly CryptoKey[]
[src]