Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/opine/src/response.ts>Response#clearCookie

Minimalist web framework for Deno ported from ExpressJS.
Latest
method Response.prototype.clearCookie
import { Response } from "https://deno.land/x/opine@2.3.4/src/response.ts";

Clear a cookie.

Parameters

Returns

this

for chaining

Parameters

name: string
optional
options: CookieOptions