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

Function view_headers

httpbin/core.py:175–178  ·  view source on GitHub ↗

Returns HTTP HEADERS.

()

Source from the content-addressed store, hash-verified

173
174@app.route('/headers')
175def view_headers():
176 """Returns HTTP HEADERS."""
177
178 return jsonify(get_dict('headers'))
179
180
181@app.route('/user-agent')

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…