Submit
Path:
~
/
/
usr
/
lib
/
python3
/
dist-packages
/
httplib2
/
File Content:
error.py
# All exceptions raised here derive from HttpLib2Error class HttpLib2Error(Exception): pass # Some exceptions can be caught and optionally # be turned back into responses. class HttpLib2ErrorWithResponse(HttpLib2Error): def __init__(self, desc, response, content): self.response = response self.content = content HttpLib2Error.__init__(self, desc) class RedirectMissingLocation(HttpLib2ErrorWithResponse): pass class RedirectLimit(HttpLib2ErrorWithResponse): pass class FailedToDecompressContent(HttpLib2ErrorWithResponse): pass class UnimplementedDigestAuthOptionError(HttpLib2ErrorWithResponse): pass class UnimplementedHmacDigestAuthOptionError(HttpLib2ErrorWithResponse): pass class MalformedHeader(HttpLib2Error): pass class RelativeURIError(HttpLib2Error): pass class ServerNotFoundError(HttpLib2Error): pass class ProxiesUnavailableError(HttpLib2Error): pass
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
__pycache__
---
0755
__init__.py
69022 bytes
0644
auth.py
2158 bytes
0644
certs.py
930 bytes
0644
error.py
954 bytes
0644
iri2uri.py
4153 bytes
0644
socks.py
19701 bytes
0644
N4ST4R_ID | Naxtarrr