Skip to main content
Module

x/drash/tests/deps.ts>Drash.Response#setCookie

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
method Drash.Response.prototype.setCookie
import { Drash } from "https://deno.land/x/drash@v2.7.0/tests/deps.ts";
const { Response } = Drash;

Set a cookie on the response to be handled by the client.

Parameters