MCPcopy
hub / github.com/alibaba/lightproxy / ProxyInfo

Interface ProxyInfo

src/main/platform.ts:20–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20interface ProxyInfo {
21 HTTPEnable: string;
22 HTTPPort: string;
23 HTTPProxy: string;
24 HTTPSEnable: string;
25 HTTPSPort: string;
26 HTTPSProxy: string;
27 ProxyAutoConfigEnable: string;
28 SOCKSEnable: string;
29}
30
31function covertOutputToJSON(output: string) {
32 // @ts-ignore

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected