Skip to main content
Latest
import * as cookies from "https://deno.land/x/cookies@1.0.0/deps.ts";

Classes

Creates a class for storing private keys in a keychain to easily hash and verify data with different keys

Functions

Set the cookie header properly in the Response to delete it

Parse the cookies of the Server Request

Parse or format the given val.

Set the cookie header properly in the Response

Interfaces

Interface of HTTP server response. If body is a Reader, response would be chunked. If body is a string, it would be UTF-8 encoded by default.