Add HTTP method to HTTPTrigger

This commit is contained in:
Soam Vasani
2016-11-04 22:56:44 -07:00
parent a6cd6e99fe
commit f775806405
+1
View File
@@ -49,6 +49,7 @@ type (
HTTPTrigger struct {
Metadata `json:"metadata"`
UrlPattern string `json:"urlpattern"`
Method string `json:"method"`
Function Metadata `json:"function"`
}