Class HttpMethod (2.16.2)

HttpMethod(value)

The HTTP method used to execute 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