MCPcopy
hub / github.com/MikeChongCan/scylla / get

Method get

scylla/proxy/server.py:56–57  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

54
55 @web.asynchronous
56 def get(self, *args, **kwargs):
57 self.get_proxy_and_forward()
58
59 @web.asynchronous
60 def post(self, *args, **kwargs):

Callers 15

get_current_ipFunction · 0.80
validate_proxyMethod · 0.80
fetch_ipsFunction · 0.80
validate_ipsFunction · 0.80
save_ipFunction · 0.80
_get_html_no_jsMethod · 0.80
api_v1_proxiesFunction · 0.80
api_v1_statsFunction · 0.80
loadDataMethod · 0.80
loadDataMethod · 0.80
loadDataMethod · 0.80

Calls 1

get_proxy_and_forwardMethod · 0.95