MCPcopy
hub / github.com/benoitc/gunicorn / InvalidRequestMethod

Class InvalidRequestMethod

gunicorn/asgi/parser.py:78–79  ·  view source on GitHub ↗

Invalid HTTP method.

Source from the content-addressed store, hash-verified

76
77
78class InvalidRequestMethod(ParseError):
79 """Invalid HTTP method."""
80
81
82class InvalidHTTPVersion(ParseError):

Callers 1

_parse_request_lineMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected