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

Class InvalidHeader

gunicorn/asgi/parser.py:90–91  ·  view source on GitHub ↗

Invalid header value.

Source from the content-addressed store, hash-verified

88
89
90class InvalidHeader(ParseError):
91 """Invalid header value."""
92
93
94class UnsupportedTransferCoding(ParseError):

Callers 2

_parse_headersMethod · 0.70
_finalize_headersMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected