MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / redirect

Method redirect

tests/loadtest/tools/dashboard.py:99–102  ·  view source on GitHub ↗
(self, location: str)

Source from the content-addressed store, hash-verified

97 return
98
99 def redirect(self, location: str) -> None:
100 self.send_response(HTTPStatus.FOUND)
101 self.send_header("Location", location)
102 self.end_headers()
103
104 return DashboardHandler
105

Callers 1

do_GETMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected