MCPcopy
hub / github.com/postmanlabs/httpbin / view_put

Function view_put

httpbin/core.py:214–218  ·  view source on GitHub ↗

Returns PUT Data.

()

Source from the content-addressed store, hash-verified

212
213@app.route('/put', methods=('PUT',))
214def view_put():
215 """Returns PUT Data."""
216
217 return jsonify(get_dict(
218 'url', 'args', 'form', 'data', 'origin', 'headers', 'files', 'json'))
219
220
221@app.route('/patch', methods=('PATCH',))

Callers

nothing calls this directly

Calls 2

jsonifyFunction · 0.85
get_dictFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…