Class MethodType (2.43.0)

MethodType(value)

The method type of the function.

Enums

Name Description
METHOD_TYPE_UNSPECIFIED Unspecified.
GET GET method.
POST POST method.
PUT PUT method.
DELETE DELETE method.
PATCH PATCH method.