Interface for setting cookies on an outgoing response.
Sets a cookie on the response.
| Parameter | Type | Description |
|---|---|---|
cookieName | string | The name of the cookie to set. |
value | string | The value to assign to the cookie. |
options | CookieOptions | Serialization options for the cookie. |
Promise<void>