Skip to main content
Module

x/oak_commons/cookie_map.ts>CookieMap#clear

A set of APIs for handling HTTP and HTTPS requests with Deno 🐿️ 🦕
Go to Latest
method CookieMap.prototype.clear
import { CookieMap } from "https://deno.land/x/oak_commons@0.6.0/cookie_map.ts";

Deletes all the cookies from the Request in the response.

Parameters

optional
options: CookieMapSetDeleteOptions = [UNSUPPORTED]