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

Function image_png

httpbin/core.py:822–824  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

820
821@app.route('/image/png')
822def image_png():
823 data = resource('images/pig_icon.png')
824 return Response(data, headers={'Content-Type': 'image/png'})
825
826
827@app.route('/image/jpeg')

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…