Class HttpMethod (2.13.0)

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