exception documentation

class BodyNotHttplibCompatible(HTTPError): (source)

View In Hierarchy

Body should be :class:`http.client.HTTPResponse` like (have an fp attribute which returns raw chunks) for read_chunked().