MCPcopy
hub / github.com/tornadoweb/tornado / HTTPInputError

Class HTTPInputError

tornado/httputil.py:641–648  ·  view source on GitHub ↗

Exception class for malformed HTTP requests or responses from remote sources. .. versionadded:: 4.0

Source from the content-addressed store, hash-verified

639
640
641class HTTPInputError(Exception):
642 """Exception class for malformed HTTP requests or responses
643 from remote sources.
644
645 .. versionadded:: 4.0
646 """
647
648 pass
649
650
651class HTTPOutputError(Exception):

Callers 7

addMethod · 0.85
parse_lineMethod · 0.85
__init__Method · 0.85
parse_body_argumentsFunction · 0.85
parse_request_start_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected