MCPcopy Create free account
hub / github.com/RetiredWizard/PyDOS / post

Function post

mpython/lib/optional/urequests.py:182–183  ·  view source on GitHub ↗
(url, **kw)

Source from the content-addressed store, hash-verified

180
181
182def post(url, **kw):
183 return request("POST", url, **kw)
184
185
186def put(url, **kw):

Callers

nothing calls this directly

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected