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

Class InvalidHeader

gunicorn/http/errors.py:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65
66class InvalidHeader(ParseException):
67 def __init__(self, hdr, req=None):
68 self.hdr = hdr
69 self.req = req
70
71 def __str__(self):
72 return "Invalid HTTP Header: %r" % self.hdr
73
74
75class ObsoleteFolding(ParseException):

Callers 5

send_early_hintsFunction · 0.90
process_headersMethod · 0.90
parse_headersMethod · 0.90
set_body_readerMethod · 0.90
_parse_fastMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected