Class HttpMethod (2.12.1)

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