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

Function image_webp

httpbin/core.py:834–836  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

832
833@app.route('/image/webp')
834def image_webp():
835 data = resource('images/wolf_1.webp')
836 return Response(data, headers={'Content-Type': 'image/webp'})
837
838
839@app.route('/image/svg')

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…