MCPcopy Index your code
hub / github.com/Python3WebSpider/ProxyPool / is_auth_proxy

Function is_auth_proxy

proxypool/utils/proxy.py:70–71  ·  view source on GitHub ↗
(data: str)

Source from the content-addressed store, hash-verified

68
69
70def is_auth_proxy(data: str) -> bool:
71 return '@' in data
72
73
74def extract_auth_proxy(data: str) -> (str, str):

Callers 3

is_valid_proxyFunction · 0.85
is_ip_validFunction · 0.85
convert_proxy_or_proxiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected