Class HttpMethod (1.33.0)

HttpMethod(value)

HTTP method to use when calling webhooks.

Values: HTTP_METHOD_UNSPECIFIED (0): HTTP method not specified. POST (1): HTTP POST Method. GET (2): HTTP GET Method. HEAD (3): HTTP HEAD Method. PUT (4): HTTP PUT Method. DELETE (5): HTTP DELETE Method. PATCH (6): HTTP PATCH Method. OPTIONS (7): HTTP OPTIONS Method.