Skip to content

Commit 17908be

Browse files
authored
Merge pull request #99604 from mhoeger/patch-42
Http cookies in response
2 parents 2e5351e + dc3e85e commit 17908be

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 cookie objects that are set in the response. An HTTP cookie object has a `name`, `value`, and other cookie properties, such as `maxAge` or `sameSite`. |
362363

363364
### Accessing the request and response
364365

0 commit comments

Comments
 (0)