MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / HTTPError

Class HTTPError

thirdparty/socks/socks.py:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61class Socks5Error(ProxyError): pass
62class Socks4Error(ProxyError): pass
63class HTTPError(ProxyError): pass
64
65_generalerrors = ("success",
66 "invalid data",

Callers 1

__negotiatehttpMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…