MCPcopy
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'])
87def 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

ProxyClass · 0.90
getMethod · 0.45
deleteMethod · 0.45

Tested by

no test coverage detected