MCPcopy Create free account
hub / github.com/EasyIME/PIME / HTTPInputError

Class HTTPInputError

python/python3/tornado/httputil.py:469–476  ·  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

467
468
469class HTTPInputError(Exception):
470 """Exception class for malformed HTTP requests or responses
471 from remote sources.
472
473 .. versionadded:: 4.0
474 """
475
476 pass
477
478
479class HTTPOutputError(Exception):

Callers 3

parse_lineMethod · 0.85
parse_request_start_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected