Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
78
class
InvalidRequestMethod(ParseError):
79
""
"Invalid HTTP method."
""
80
81
82
class
InvalidHTTPVersion(ParseError):
Callers
1
_parse_request_line
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected