MCPcopy 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

57class Socks5Error(ProxyError): pass
58class Socks4Error(ProxyError): pass
59class HTTPError(ProxyError): pass
60
61_generalerrors = ("success",
62 "invalid data",

Callers 1

__negotiatehttpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected