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

Usage

import * as requestCookieStore from "https://raw.githubusercontent.com/worker-tools/request-cookie-store/master/index.ts";

§Classes

RequestCookieStore

An implementation of the Cookie Store API for request handlers.

§Interfaces

CookieInit
CookieListItem
CookieStore

A verbatim TypeScript translation of the interfaces defined in the WICG Cookie Store API working draft.

CookieStoreDeleteOptions
CookieStoreGetOptions

§Type Aliases

CookieList
CookieSameSite