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

Function view_delete

httpbin/core.py:230–234  ·  view source on GitHub ↗

Returns DELETE Data.

()

Source from the content-addressed store, hash-verified

228
229@app.route('/delete', methods=('DELETE',))
230def view_delete():
231 """Returns DELETE Data."""
232
233 return jsonify(get_dict(
234 'url', 'args', 'form', 'data', 'origin', 'headers', 'files', 'json'))
235
236
237@app.route('/gzip')

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…