Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Boris-code/feapder
/ format_proxy
Method
format_proxy
feapder/network/proxy_pool/proxy_pool.py:30–31 ·
view source on GitHub ↗
(self, proxy)
Source
from the content-addressed store, hash-verified
28
self.proxy_queue = Queue()
29
30
def
format_proxy(self, proxy):
31
return
{
"http"
:
"http://"
+ proxy,
"https"
:
"http://"
+ proxy}
32
33
@tools.retry(3, interval=5)
34
def
pull_proxies(self):
Callers
1
get_proxy
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected