Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bitmessage/PyBitmessage
/ HTTPError
Class
HTTPError
src/socks/__init__.py:59–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
class
Socks5Error(ProxyError):
pass
58
class
Socks4Error(ProxyError):
pass
59
class
HTTPError(ProxyError):
pass
60
61
_generalerrors = (
"success"
,
62
"invalid data"
,
Callers
1
__negotiatehttp
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected