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

x/hono/middleware.ts>setSignedCookie

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
variable setSignedCookie
import { setSignedCookie } from "https://deno.land/x/hono@v3.5.6/middleware.ts";

type

(
c: Context,
name: string,
value: string,
secret: string,
opt?: CookieOptions,
) => Promise<void>