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

Commit cac4b87

Browse files
ewildealexellis
authored andcommitted
Adds method to Request struct
Signed-off-by: Edward Wilde <ewilde@gmail.com>
1 parent 0ea4461 commit cac4b87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

handler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ type Request struct {
2222
Body []byte
2323
Header http.Header
2424
QueryString string
25+
Method string
2526
}
2627

2728
// FunctionHandler used for a serverless Go method invocation

0 commit comments

Comments
 (0)