class documentation

class RequestMethod(Enum): (source)

View In Hierarchy

Undocumented

Constant CONNECT Undocumented
Constant DELETE Undocumented
Constant GET Undocumented
Constant HEAD Undocumented
Constant OPTIONS Undocumented
Constant PATCH Undocumented
Constant POST Undocumented
Constant PUT Undocumented
Constant TRACE Undocumented
CONNECT: str = (source)

Undocumented

Value
'CONNECT'
DELETE: str = (source)

Undocumented

Value
'DELETE'
GET: str = (source)

Undocumented

Value
'GET'
HEAD: str = (source)

Undocumented

Value
'HEAD'
OPTIONS: str = (source)

Undocumented

Value
'OPTIONS'
PATCH: str = (source)

Undocumented

Value
'PATCH'
POST: str = (source)

Undocumented

Value
'POST'
PUT: str = (source)

Undocumented

Value
'PUT'
TRACE: str = (source)

Undocumented

Value
'TRACE'