Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ afterEach, beforeEach, describe, expect, it, vi } from
'vitest'
2
3
const
PROXY_KEYS = [
'HTTP_PROXY'
,
'http_proxy'
,
'HTTPS_PROXY'
,
'https_proxy'
,
'NO_PROXY'
,
'no_proxy'
] as
const
4
Callers
nothing calls this directly
Calls
6
hasProxyEnv
Function · 0.85
proxyDispatcher
Function · 0.85
it
Function · 0.50
set
Method · 0.45
get
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected