Methods¶
Parse HTTP method strings and enumerate known methods.
Constructors¶
create¶
Returns¶
- Methods val^
Public Functions¶
parse¶
Parse a string into an HTTP method, or None if not recognized.
Parameters¶
- data: String val
Returns¶
valid¶
Return all standard HTTP methods.
Returns¶
eq¶
Parameters¶
- that: Methods val
Returns¶
- Bool val
ne¶
Parameters¶
- that: Methods val
Returns¶
- Bool val