MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / get

Method get

client/util/api/httpclient.py:74–76  ·  view source on GitHub ↗
(self, params=None)

Source from the content-addressed store, hash-verified

72 self.proxies = proxies
73
74 def get(self, params=None):
75 response = HttpRequest.request(url=self.url, headers=self.headers, param=params, body=self.data, method="GET")
76 return response
77
78 def post(self):
79 response = HttpRequest.request(url=self.url, headers=self.headers, body=self.data, method="POST")

Callers 15

__init__Method · 0.45
__update_os_environMethod · 0.45
set_task_envMethod · 0.45
get_origin_envMethod · 0.45
__init__Method · 0.45
update_task_progressMethod · 0.45
get_tool_display_nameMethod · 0.45
is_sensitive_toolMethod · 0.45
_base_error_callbackMethod · 0.45
get_proxy_argsMethod · 0.45
add_file_owner_infoMethod · 0.45

Calls 1

requestMethod · 0.80

Tested by

no test coverage detected