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

Method post

server/projects/main/util/webclients.py:73–74  ·  view source on GitHub ↗
(self, path, data)

Source from the content-addressed store, hash-verified

71
72 @ActionWarpper
73 def post(self, path, data):
74 return self._session.post(self._get_url(path), json_data=data, headers=self._headers)
75
76 @ActionWarpper
77 def patch(self, path, data):

Callers 2

apiMethod · 0.95
apiMethod · 0.45

Calls 1

_get_urlMethod · 0.95

Tested by

no test coverage detected