Skip to content
Snippets Groups Projects
Unverified Commit 006299c9 authored by Alex Ellis's avatar Alex Ellis Committed by GitHub
Browse files

Mention X-Callback-Url

parent 6a75e78d
No related branches found
No related tags found
No related merge requests found
......@@ -79,3 +79,15 @@ GitHub sends a "star" event to tweetfanclub function, tweetfanclub uses get-avat
This example uses a mix of regular binaries such as ImageMagick and Python handlers generated with the FaaS-CLI.
* [GitHub to Twitter Fanclub](https://github.com/alexellis/faas-twitter-fanclub/blob/master/README.md)
## Asynchronous call-backs
If you invoke a function asynchronously you have two options for getting the result back:
* Update the function
You can update your code to call another function / store state in another service
* X-Callback-Url
If you set a header for `X-Callback-Url` then that will be invoked after the function has run, [read more](https://github.com/openfaas/faas/blob/1aa6270fcc274cc36d90e0a9e4caa3eb71912ae0/guide/asynchronous.md#call-a-function)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment