Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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'
)
822
def
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
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…