Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Commit

Permalink
Adds method to Request struct
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Wilde <[email protected]>
  • Loading branch information
ewilde authored and alexellis committed Dec 17, 2018
1 parent 0ea4461 commit cac4b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ type Request struct {
Body []byte
Header http.Header
QueryString string
Method string
}

// FunctionHandler used for a serverless Go method invocation
Expand Down

0 comments on commit cac4b87

Please sign in to comment.