Home
last modified time | relevance | path

Searched refs:ProxyError (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/devel/sccache/sccache-0.2.15/cargo-crates/rouille-3.0.0/src/
H A Dproxy.rs79 pub enum ProxyError { enum
91 impl From<IoError> for ProxyError { implementation
92 fn from(err: IoError) -> ProxyError { in from() argument
93 ProxyError::IoError(err) in from()
97 impl error::Error for ProxyError { implementation
101 ProxyError::BodyAlreadyExtracted => { in description()
104 ProxyError::IoError(_) => { in description()
108 ProxyError::HttpParseError => { in description()
117 ProxyError::IoError(ref e) => Some(e), in cause()
123 impl fmt::Display for ProxyError { implementation
[all …]
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/httplib2/httplib2/
H A Dsocks.pyi9 class ProxyError(Exception): ...
10 class GeneralProxyError(ProxyError): ...
11 class Socks5AuthError(ProxyError): ...
12 class Socks5Error(ProxyError): ...
13 class Socks4Error(ProxyError): ...
14 class HTTPError(ProxyError): ...
/dports/net/gemserv/gemserv-v0.4.5/src/
H A Drevproxy.rs36 logger::logger(con.peer_addr, Status::ProxyError, u.as_str()); in proxy()
37 con.send_status(Status::ProxyError, None).await?; in proxy()
44 logger::logger(con.peer_addr, Status::ProxyError, u.as_str()); in proxy()
45 con.send_status(Status::ProxyError, None).await?; in proxy()
68 logger::logger(con.peer_addr, Status::ProxyError, u.as_str()); in proxy_all()
69 con.send_status(Status::ProxyError, None).await?; in proxy_all()
79 logger::logger(con.peer_addr, Status::ProxyError, u.as_str()); in proxy_all()
80 con.send_status(Status::ProxyError, None).await?; in proxy_all()
/dports/finance/electrum/Electrum-4.1.5/packages/python_socks/
H A D_proto_socks5.py5 from ._errors import ProxyError
88 raise ProxyError('Unexpected ' # pragma: no cover
93 raise ProxyError('No acceptable ' # pragma: no cover
97 raise ProxyError('Unexpected SOCKS ' # pragma: no cover
130 raise ProxyError('Invalid ' # pragma: no cover
134 raise ProxyError('Username and password ' # pragma: no cover
194 raise ProxyError('Unexpected SOCKS ' # pragma: no cover
199 raise ProxyError(msg, self.reply)
202 raise ProxyError('The reserved byte ' # pragma: no cover
H A D_proto_http.py4 from ._errors import ProxyError
45 raise ProxyError('Invalid proxy response') # pragma: no cover'
53 raise ProxyError('Invalid status line: {}'.format(line))
58 raise ProxyError('Invalid status code: {}'.format(code))
62 raise ProxyError(msg, status_code)
H A D_proto_socks4.py5 from ._errors import ProxyError
94 raise ProxyError('SOCKS4 proxy server sent invalid data')
98 raise ProxyError(msg, self.reply)
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/_proto/
H A Dsocks5.py5 from .._errors import ProxyError
88 raise ProxyError('Unexpected ' # pragma: no cover
93 raise ProxyError('No acceptable ' # pragma: no cover
97 raise ProxyError('Unexpected SOCKS ' # pragma: no cover
130 raise ProxyError('Invalid ' # pragma: no cover
134 raise ProxyError('Username and password ' # pragma: no cover
194 raise ProxyError('Unexpected SOCKS ' # pragma: no cover
199 raise ProxyError(msg, self.reply)
202 raise ProxyError('The reserved byte ' # pragma: no cover
H A Dhttp.py4 from .._errors import ProxyError
45 raise ProxyError('Invalid proxy response') # pragma: no cover'
53 raise ProxyError('Invalid status line: {}'.format(line))
58 raise ProxyError('Invalid status code: {}'.format(code))
62 raise ProxyError(msg, status_code)
H A Dsocks4.py5 from .._errors import ProxyError
94 raise ProxyError('SOCKS4 proxy server sent invalid data')
98 raise ProxyError(msg, self.reply)
/dports/www/py-httpx-socks/httpx-socks-0.5.1/tests/tiny_proxy/handlers/
H A Dsocks5_proxy.py6 from .base_proxy import BaseProxyHandler, ProxyError
89 raise ProxyError('Unsupported socks version')
106 raise ProxyError('Not acceptable auth method')
113 raise ProxyError('Invalid auth request')
125 raise ProxyError('Authentication failed')
136 raise ProxyError(ReplyMessages[ReplyCode.GENERAL_FAILURE])
144 raise ProxyError(ReplyMessages[ReplyCode.COMMAND_NOT_SUPPORTED])
159 raise ProxyError(
184 raise ProxyError(
H A Dsocks4_proxy.py6 from .base_proxy import BaseProxyHandler, ProxyError
52 raise ProxyError('Invalid socks version')
56 raise ProxyError('Unsupported command')
66 raise ProxyError('Authentication failed')
88 raise ProxyError('Connection refused by destination host') from e
/dports/net/py-aiohttp-socks/aiohttp-socks-0.7.1/tests/tiny_proxy/handlers/
H A Dsocks5_proxy.py6 from .base_proxy import BaseProxyHandler, ProxyError
89 raise ProxyError('Unsupported socks version')
106 raise ProxyError('Not acceptable auth method')
113 raise ProxyError('Invalid auth request')
125 raise ProxyError('Authentication failed')
136 raise ProxyError(ReplyMessages[ReplyCode.GENERAL_FAILURE])
144 raise ProxyError(ReplyMessages[ReplyCode.COMMAND_NOT_SUPPORTED])
159 raise ProxyError(
184 raise ProxyError(
H A Dsocks4_proxy.py6 from .base_proxy import BaseProxyHandler, ProxyError
52 raise ProxyError('Invalid socks version')
56 raise ProxyError('Unsupported command')
66 raise ProxyError('Authentication failed')
88 raise ProxyError('Connection refused by destination host') from e
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/searchengine/nova3/
H A Dsocks.py44 class ProxyError(Exception): class
50 class GeneralProxyError(ProxyError):
56 class Socks5AuthError(ProxyError):
62 class Socks5Error(ProxyError):
68 class Socks4Error(ProxyError):
74 class HTTPError(ProxyError):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/socksipy-branch/
H A Dsocks.py56 class ProxyError(Exception): pass class
57 class GeneralProxyError(ProxyError): pass
58 class Socks5AuthError(ProxyError): pass
59 class Socks5Error(ProxyError): pass
60 class Socks4Error(ProxyError): pass
61 class HTTPError(ProxyError): pass
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/socksipy-branch/
H A Dsocks.py56 class ProxyError(Exception): pass class
57 class GeneralProxyError(ProxyError): pass
58 class Socks5AuthError(ProxyError): pass
59 class Socks5Error(ProxyError): pass
60 class Socks4Error(ProxyError): pass
61 class HTTPError(ProxyError): pass
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/thirdparty/socks/
H A Dsocks.py58 class ProxyError(Exception): pass class
59 class GeneralProxyError(ProxyError): pass
60 class Socks5AuthError(ProxyError): pass
61 class Socks5Error(ProxyError): pass
62 class Socks4Error(ProxyError): pass
63 class HTTPError(ProxyError): pass
/dports/finance/electrum/Electrum-4.1.5/packages/aiohttp_socks/
H A D_deprecated.py4 ProxyError,
38 SocksError = ProxyError
/dports/net/py-aiohttp-socks/aiohttp-socks-0.7.1/aiohttp_socks/
H A D_deprecated.py4 ProxyError,
38 SocksError = ProxyError
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/
H A Dsocks.py58 class ProxyError(socket.error): class
64 super(ProxyError, self).__init__(code, msg)
67 class InvalidVersionError(ProxyError):
74 class Socks4Error(ProxyError):
84 class Socks5Error(ProxyError):
/dports/www/youtube_dl/youtube-dl/youtube_dl/
H A Dsocks.py58 class ProxyError(socket.error): class
64 super(ProxyError, self).__init__(code, msg)
67 class InvalidVersionError(ProxyError):
74 class Socks4Error(ProxyError):
84 class Socks5Error(ProxyError):
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/httplib2/python3/
H A Dsocks.py55 class ProxyError(Exception): class
59 class GeneralProxyError(ProxyError):
63 class Socks5AuthError(ProxyError):
67 class Socks5Error(ProxyError):
71 class Socks4Error(ProxyError):
75 class HTTPError(ProxyError):
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/httplib2/python2/
H A Dsocks.py55 class ProxyError(Exception): class
59 class GeneralProxyError(ProxyError):
63 class Socks5AuthError(ProxyError):
67 class Socks5Error(ProxyError):
71 class Socks4Error(ProxyError):
75 class HTTPError(ProxyError):
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/httplib2/python2/httplib2/
H A Dsocks.py55 class ProxyError(Exception): class
59 class GeneralProxyError(ProxyError):
63 class Socks5AuthError(ProxyError):
67 class Socks5Error(ProxyError):
71 class Socks4Error(ProxyError):
75 class HTTPError(ProxyError):
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/httplib2/python3/httplib2/
H A Dsocks.py55 class ProxyError(Exception): class
59 class GeneralProxyError(ProxyError):
63 class Socks5AuthError(ProxyError):
67 class Socks5Error(ProxyError):
71 class Socks4Error(ProxyError):
75 class HTTPError(ProxyError):

12345678910>>...15