Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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'
)
834
def
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
image
Function · 0.85
Calls
1
resource
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…