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

Class InvalidHTTPVersion

gunicorn/asgi/parser.py:82–83  ·  view source on GitHub ↗

Invalid HTTP version.

Source from the content-addressed store, hash-verified

80
81
82class InvalidHTTPVersion(ParseError):
83 """Invalid HTTP version."""
84
85
86class InvalidHeaderName(ParseError):

Callers 1

_parse_request_lineMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected