MCPcopy Create free account
hub / github.com/CJackHwang/AIstudioProxyAPI / proxy_server

Function proxy_server

tests/api_utils/test_stream.py:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10@pytest.fixture
11def proxy_server():
12 return ProxyServer(
13 host="127.0.0.1", port=8080, intercept_domains=["*.example.com", "api.test.com"]
14 )
15
16
17def test_should_intercept(proxy_server):

Callers

nothing calls this directly

Calls 1

ProxyServerClass · 0.90

Tested by

no test coverage detected