Kind: Function
Source: src/helper/cookie/index.ts
Part of: Helper
Signature
tsfunction setCookie(c: Context, name: string, value: string, opt: CookieOptions): void
Parameters
| Name | Type |
|---|---|
c | Context |
name | string |
value | string |
opt | CookieOptions |
Returns: void
Used by
1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (1)
DetectorType—src/middleware/language/language.ts:10
Was this page helpful?