ID EN
HTTP Client

LineTooLong

Python 3.11

A subclass of HTTPException. Raised if an excessively long line is received in the HTTP protocol from the server.

Syntax

PYTHON
exception http.client.LineTooLong

See Also

HTTPException