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

Function view_post

httpbin/core.py:206–210  ·  view source on GitHub ↗

Returns POST Data.

()

Source from the content-addressed store, hash-verified

204
205@app.route('/post', methods=('POST',))
206def view_post():
207 """Returns POST Data."""
208
209 return jsonify(get_dict(
210 'url', 'args', 'form', 'data', 'origin', 'headers', 'files', 'json'))
211
212
213@app.route('/put', methods=('PUT',))

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…