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

Method post

client/util/api/httpclient.py:78–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76 return response
77
78 def post(self):
79 response = HttpRequest.request(url=self.url, headers=self.headers, body=self.data, method="POST")
80 return response
81
82 def put(self):
83 response = HttpRequest.request(url=self.url, headers=self.headers, body=self.data, method="PUT")

Callers 14

job_heart_beatMethod · 0.45
update_task_progressMethod · 0.45
init_jobMethod · 0.45
send_proj_resultMethod · 0.45
create_projMethod · 0.45
get_privete_taskMethod · 0.45
create_repoMethod · 0.45
create_schemeMethod · 0.45
registerMethod · 0.45
update_statusMethod · 0.45
heart_beatMethod · 0.45
get_taskMethod · 0.45

Calls 1

requestMethod · 0.80

Tested by

no test coverage detected