Module

std/http/cookie.ts

The Deno Standard Library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.223.0/http/cookie.ts";

Functions

Set the cookie header with empty value in the headers to delete it

Parse cookies of a header

Parse set-cookies of a header

Set the cookie header properly in the headers

Interfaces

Represents an HTTP Cookie.