Cookie(name: string): ParamSource<string | undefined>
Binds a cookie value parsed from the Cookie request header.
ParamSource<string | undefined>
A cookie source
Cookie(name: string): ParamSource<string | undefined>
Binds a cookie value parsed from the Cookie request header.
ParamSource<string | undefined>
A cookie source
import { Cookie } from "decorator-plugin/src/index.ts";