Module

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

Ultrafast web framework for the Edges
Very Popular
Go to Latest
variable setSignedCookie
import { setSignedCookie } from "https://dotland.deno.dev/x/hono@v3.4.3/middleware/cookie/index.ts";

type

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