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

Function image_jpeg

httpbin/core.py:828–830  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

826
827@app.route('/image/jpeg')
828def image_jpeg():
829 data = resource('images/jackal.jpg')
830 return Response(data, headers={'Content-Type': 'image/jpeg'})
831
832
833@app.route('/image/webp')

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…