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

Class InvalidHeaderName

gunicorn/asgi/parser.py:86–87  ·  view source on GitHub ↗

Invalid header name.

Source from the content-addressed store, hash-verified

84
85
86class InvalidHeaderName(ParseError):
87 """Invalid header name."""
88
89
90class InvalidHeader(ParseError):

Callers 2

_parse_headersMethod · 0.70
_parse_chunked_bodyMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected