Class HttpMethod (2.13.1)

Stay organized with collections Save and categorize content based on your preferences.
HttpMethod(value)

The HTTP method used to deliver the task.

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