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

Class InvalidHeaderName

gunicorn/http/errors.py:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82
83class InvalidHeaderName(ParseException):
84 def __init__(self, hdr):
85 self.hdr = hdr
86
87 def __str__(self):
88 return "Invalid HTTP header name: %r" % self.hdr
89
90
91class UnsupportedTransferCoding(ParseException):

Callers 5

send_early_hintsFunction · 0.90
process_headersMethod · 0.90
_apply_header_policyMethod · 0.90
parse_headersMethod · 0.90
_parse_fastMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected