MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / get

Method get

src/core/http_client.py:147–149  ·  view source on GitHub ↗

发送 GET 请求

(self, url: str, **kwargs)

Source from the content-addressed store, hash-verified

145 )
146
147 def get(self, url: str, **kwargs) -> Response:
148 """发送 GET 请求"""
149 return self.request("GET", url, **kwargs)
150
151 def post(self, url: str, data: Any = None, json: Any = None, **kwargs) -> Response:
152 """发送 POST 请求"""

Callers 15

download_fileMethod · 0.95
check_proxyMethod · 0.95
_get_env_intFunction · 0.45
_get_env_boolFunction · 0.45
_build_engine_optionsFunction · 0.45
__init__Method · 0.45
run_onceMethod · 0.45
get_data_dirFunction · 0.45
fetch_dynamic_proxyFunction · 0.45
_pushMethod · 0.45
_dump_session_cookiesMethod · 0.45

Calls 1

requestMethod · 0.95

Tested by 6

test_cpa_connectionFunction · 0.36
test_sub2api_connectionFunction · 0.36
test_dynamic_proxyFunction · 0.36
test_proxy_itemFunction · 0.36
test_all_proxiesFunction · 0.36