Package httxlib :: Module httxerror
[hide private]
[frames] | no frames]

Module httxerror

source code

Implementation of Exceptions raised by HttxLib

Because HttxLib is built on top of httplib, all exceptions derive from HTTPException to enable a catch-all case

Classes [hide private]
  SocketException
A class representing a socket exception like closed connection, timeout, dns failure resolution and others
  HttxSocketException
A class representing a socket exception like closed connection, timeout, dns failure resolution and others
  HttxException
A class representing a HTTP related exceptions raised by HttxLib
  RedirectError
A class representing a redirection error (like missing location header, not allowed in a POST request and others)
  MaxRedirectError
A class representing an error because the configure maxiumum number of redirections has been reached
  ExternalRedirectError
A class representing an error because external redirections are disabled but the response redirected to an external host
Variables [hide private]
  __package__ = 'httxlib'