Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/postmanlabs/httpbin
/ resource
Function
resource
httpbin/core.py:845–849 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
843
844
845
def
resource(filename):
846
path = os.path.join(
847
tmpl_dir,
848
filename)
849
return
open(path,
'rb'
).read()
850
851
852
@app.route(
"/xml"
)
Callers
4
image_png
Function · 0.85
image_jpeg
Function · 0.85
image_webp
Function · 0.85
image_svg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…