mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 14:53:25 +00:00
Specify callback URL via http header
Signed-off-by: Alex <alexellis2@gmail.com>
This commit is contained in:
@ -8,7 +8,7 @@ type Request struct {
|
||||
Header http.Header
|
||||
Body []byte
|
||||
Method string
|
||||
CallbackURL url.URL
|
||||
CallbackURL *url.URL
|
||||
QueryString string
|
||||
Function string
|
||||
}
|
||||
|
Reference in New Issue
Block a user