Skip to content

Commit e45ba9e

Browse files
authored
Http cookies in response
1 parent 8a2ddf1 commit e45ba9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-functions/functions-reference-node.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ The `context.res` (response) object has the following properties:
359359
| _headers_ | An object that contains the response headers. |
360360
| _isRaw_ | Indicates that formatting is skipped for the response. |
361361
| _status_ | The HTTP status code of the response. |
362+
| _cookies_ | An array of HTTP cookies to set with the response. An HTTP cookie can be defined as an object with name, value, and other cookie properties (such as maxAge and sameSite) |
362363

363364
### Accessing the request and response
364365

0 commit comments

Comments
 (0)