Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ InvalidRequestLine
Class
InvalidRequestLine
gunicorn/asgi/parser.py:74–75 ·
view source on GitHub ↗
Invalid request line.
Source
from the content-addressed store, hash-verified
72
73
74
class
InvalidRequestLine(ParseError):
75
""
"Invalid request line."
""
76
77
78
class
InvalidRequestMethod(ParseError):
Callers
1
_parse_request_line
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected