httxlib.httxerror.RedirectError:
A class representing a redirection error (like missing location
header, not allowed in a POST request and others)
httxlib.httxerror.ExternalRedirectError:
A class representing an error because external redirections are
disabled but the response redirected to an external host
httxlib.httxerror.MaxRedirectError:
A class representing an error because the configure maxiumum number
of redirections has been reached
httxlib.httxerror.SocketException:
A class representing a socket exception like closed connection,
timeout, dns failure resolution and others
httxlib.httxobject.HttxObject:
Base HttxLib object to provide threading synchronization via means
of an automatically instantiated lock object
httxlib.httxbase.HttxBase:
Base of HttxLib classes that make a connection providing the
definition and (in some cases) the implementation of primitives