MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / GET

Method GET

openlibrary/plugins/openlibrary/code.py:410–412  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

408 path = "/opensearch.xml"
409
410 def GET(self):
411 web.header("Content-Type", "text/plain")
412 return web.ok(open("static/opensearch.xml").read())
413
414
415class health(delegate.page):

Callers

nothing calls this directly

Calls 1

readMethod · 0.80

Tested by

no test coverage detected