Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/reference/async.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ The following additional request headers will be set when invoking the call back
| X-Call-Id | The original function call's [tracing UUID](https://github.com/openfaas/faas/blob/master/gateway/README.md#tracing) |
| X-Duration-Seconds | Time taken in seconds to execute the original function call |
| X-Function-Status | [HTTP status code](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes) returned by the original function call |
| X-Function-Name | The name of the original function that was executed |