class LocalProtocolError(ProtocolError):
A protocol was violated by the client.
For example if the user instantiated a Request
instance explicitly,
failed to include the mandatory Host:
header, and then issued it directly
using client.send()
.
Inherited from RequestError
(via ProtocolError
, TransportError
):
Method | __init__ |
Undocumented |
Method | request.setter |
Undocumented |
Property | request |
Undocumented |
Instance Variable | _request |
Undocumented |