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

Function image_svg

httpbin/core.py:840–842  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

838
839@app.route('/image/svg')
840def image_svg():
841 data = resource('images/svg_logo.svg')
842 return Response(data, headers={'Content-Type': 'image/svg+xml'})
843
844
845def resource(filename):

Callers 1

imageFunction · 0.85

Calls 1

resourceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…