Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jhao104/proxy_pool
/ delete
Function
delete
api/proxyApi.py:87–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
86
@app.route(
'/delete/'
, methods=[
'GET'
])
87
def
delete():
88
proxy = request.args.get(
'proxy'
)
89
status = proxy_handler.delete(Proxy(proxy))
90
return
{
"code"
: 0,
"src"
: status}
91
92
93
@app.route(
'/count/'
)
Callers
nothing calls this directly
Calls
3
Proxy
Class · 0.90
get
Method · 0.45
delete
Method · 0.45
Tested by
no test coverage detected