MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / HttpPathDeployHandler

Class HttpPathDeployHandler

pywebio/platform/path_deploy.py:336–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334 return res.get(app_name) or res['index']
335
336 class HttpPathDeployHandler(HttpHandler):
337 def get_cdn(self, context):
338 _cdn = super().get_cdn(context)
339 if not _cdn:
340 return LOCAL_STATIC_URL
341 return _cdn
342
343 handler = HttpPathDeployHandler(app_loader=get_app, cdn=cdn,
344 session_expire_seconds=session_expire_seconds,

Callers 1

path_deploy_httpFunction · 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…