MCPcopy Create free account
hub / github.com/cppla/moto / __init__

Method __init__

test/bench.py:29–37  ·  view source on GitHub ↗
(self, ok: bool, error: Optional[str], connect_ms: float,
                 first_byte_ms: float, total_ms: float, status: Optional[int], phase: str)

Source from the content-addressed store, hash-verified

27
28PROXY_HOST = "127.0.0.1"
29PROXY_PORT = 84
30TARGET_HOST = "www.baidu.com"
31TARGET_PORT = 80
32EXPECT_STATUS_MIN = 200
33EXPECT_STATUS_MAX = 399
34REPOSITORY_ROOT = Path(__file__).resolve().parent.parent
35
36
37class Result:
38 __slots__ = (
39 "ok",
40 "error",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected