MCPcopy Create free account
hub / github.com/langgenius/dify / proxy.test.ts

File proxy.test.ts

cli/src/http/proxy.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'
2
3const PROXY_KEYS = ['HTTP_PROXY', 'http_proxy', 'HTTPS_PROXY', 'https_proxy', 'NO_PROXY', 'no_proxy'] as const
4

Callers

nothing calls this directly

Calls 6

hasProxyEnvFunction · 0.85
proxyDispatcherFunction · 0.85
itFunction · 0.50
setMethod · 0.45
getMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected