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

Function view_patch

httpbin/core.py:222–226  ·  view source on GitHub ↗

Returns PATCH Data.

()

Source from the content-addressed store, hash-verified

220
221@app.route('/patch', methods=('PATCH',))
222def view_patch():
223 """Returns PATCH Data."""
224
225 return jsonify(get_dict(
226 'url', 'args', 'form', 'data', 'origin', 'headers', 'files', 'json'))
227
228
229@app.route('/delete', methods=('DELETE',))

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…