Specify callback URL via http header

Signed-off-by: Alex <alexellis2@gmail.com>
This commit is contained in:
Alex
2017-08-19 16:22:03 +01:00
committed by Alex Ellis
parent fa069e412c
commit 3031531b3c
2 changed files with 23 additions and 2 deletions

View File

@ -8,7 +8,7 @@ type Request struct {
Header http.Header
Body []byte
Method string
CallbackURL url.URL
CallbackURL *url.URL
QueryString string
Function string
}