MCPcopy Create free account
hub / github.com/cppla/ServerStatus / do_GET

Method do_GET

server/manage_api.py:462–463  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

460 raise ApiError(401, "invalid or missing admin token")
461
462 def do_GET(self):
463 self.route()
464
465 def do_POST(self):
466 self.route()

Callers

nothing calls this directly

Calls 1

routeMethod · 0.95

Tested by

no test coverage detected