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

Class TestServerHTTPChannel

tests/server.py:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100
101class TestServerHTTPChannel(http.HTTPChannel):
102 factory: "TestServerFactory"
103 requestFactory = TestServerRequest
104
105
106class TestServerFactory(http.HTTPFactory):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected