x/oak/mod.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
method Cookies.prototype.delete
import { Cookies } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.delete&s=Cookies";

Set a cookie to be deleted in the response. This is a "shortcut" to .set(name, null, options?).

Parameters

name: string[src]