HTTPMethod#
- class eclypse.remote.communication.rest.methods.HTTPMethod[source]#
Bases:
StrEnumHTTP methods supported by the EclypseREST communication interface.
Methods
Attributes
The HTTP GET method.
The HTTP POST method.
The HTTP PUT method.
The HTTP DELETE method.
- GET = 'GET'#
The HTTP GET method.
- POST = 'POST'#
The HTTP POST method.
- __new__(value)#
- PUT = 'PUT'#
The HTTP PUT method.
- DELETE = 'DELETE'#
The HTTP DELETE method.