ID EN
HTTP Client

BadStatusLine

Python 3.11

A subclass of HTTPException. Raised if a server responds with a HTTP status code that we don’t understand.

Syntax

PYTHON
exception http.client.BadStatusLine

See Also

HTTPException