MCPcopy Create free account
hub / github.com/Vinyzu/Botright / enable_gzip

Method enable_gzip

tests/server.py:185–186  ·  view source on GitHub ↗
(self, path: str)

Source from the content-addressed store, hash-verified

183 self.routes[path] = callback
184
185 def enable_gzip(self, path: str) -> None:
186 self.gzip_routes.add(path)
187
188 def set_redirect(self, from_: str, to: str) -> None:
189 def handle_redirect(request: http.Request) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected