From f775806405918f2ae9338b80729a7c5fac3e74a0 Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Fri, 4 Nov 2016 22:56:44 -0700 Subject: [PATCH] Add HTTP method to HTTPTrigger --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 9515478c..f8325b4d 100644 --- a/types.go +++ b/types.go @@ -49,6 +49,7 @@ type ( HTTPTrigger struct { Metadata `json:"metadata"` UrlPattern string `json:"urlpattern"` + Method string `json:"method"` Function Metadata `json:"function"` }