Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fsrouter/deps.ts>http.CookieMap#clear

A file system based router for Deno.
Go to Latest
method http.CookieMap.prototype.clear
import { http } from "https://deno.land/x/fsrouter@2.11.1/deps.ts";
const { CookieMap } = http;

Deletes all the cookies from the Request in the response.

Parameters

optional
options: CookieMapSetDeleteOptions = [UNSUPPORTED]