diff --git a/handler.go b/handler.go index 9b248bf..57aeb55 100644 --- a/handler.go +++ b/handler.go @@ -22,6 +22,7 @@ type Request struct { Body []byte Header http.Header QueryString string + Method string } // FunctionHandler used for a serverless Go method invocation