Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/postmanlabs/httpbin
/ image_svg
Function
image_svg
httpbin/core.py:840–842 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
838
839
@app.route(
'/image/svg'
)
840
def
image_svg():
841
data = resource(
'images/svg_logo.svg'
)
842
return
Response(data, headers={
'Content-Type'
:
'image/svg+xml'
})
843
844
845
def
resource(filename):
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…