exception documentation

class LocalProtocolError(ProtocolError): (source)

View In Hierarchy

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
Instance Variable _request Undocumented

Inherited from HTTPError (via ProtocolError, TransportError, RequestError):

Method request.setter Undocumented
Property request Undocumented