MCPcopy
hub / github.com/ChinaGodMan/UserScripts / post

Method post

utils/script-import-sync.py:143–145  ·  view source on GitHub ↗
(self, url, data, headers=None)

Source from the content-addressed store, hash-verified

141 return response
142
143 def post(self, url, data, headers=None):
144 response = self.session.post(url, data=data, headers=headers)
145 return response
146
147 def get_csrf_token(self):
148 """

Callers 3

loginMethod · 0.80
import_scriptsMethod · 0.80
sync_updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected