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

Class InvalidHTTPVersion

gunicorn/http/errors.py:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57
58class InvalidHTTPVersion(ParseException):
59 def __init__(self, version):
60 self.version = version
61
62 def __str__(self):
63 return "Invalid HTTP Version: %r" % (self.version,)
64
65
66class InvalidHeader(ParseException):

Callers 3

_parse_fastMethod · 0.90
parse_request_lineMethod · 0.90

Calls

no outgoing calls

Tested by 1