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

Function view_get

httpbin/core.py:191–194  ·  view source on GitHub ↗

Returns GET Data.

()

Source from the content-addressed store, hash-verified

189
190@app.route('/get', methods=('GET',))
191def view_get():
192 """Returns GET Data."""
193
194 return jsonify(get_dict('url', 'args', 'headers', 'origin'))
195
196
197@app.route('/anything', methods=['GET', 'POST', 'PUT', 'DELETE', 'PATCH', 'TRACE'])

Callers 3

cacheFunction · 0.85
etagFunction · 0.85
cache_controlFunction · 0.85

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…