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

x/hono/helper/cookie/index.ts>setSignedCookie

Lightweight, Ultrafast, Web Standards
Very Popular
Go to Latest
variable setSignedCookie
import { setSignedCookie } from "https://deno.land/x/hono@v3.9.0-rc.1/helper/cookie/index.ts";

type

(
name: string,
value: string,
secret: string | BufferSource,
) => Promise<void>