MCPcopy
hub / github.com/alibaba/anyproxy / proxyGet

Function proxyGet

test/util/HttpUtil.js:207–209  ·  view source on GitHub ↗
(url, params, headers = {})

Source from the content-addressed store, hash-verified

205}
206
207function proxyGet(url, params, headers = {}) {
208 return proxyRequest('GET', url, params, headers);
209}
210
211function proxyPost(url, params, headers = {}) {
212 return proxyRequest('POST', url, params, headers);

Callers 13

testWrapperFunction · 0.85
testWrapperFunction · 0.85
testWrapperFunction · 0.85
testWrapperFunction · 0.85
testWrapperFunction · 0.85
testWrapperFunction · 0.85
testHttpsConnectFunction · 0.85
testWrapperFunction · 0.85
testRequestFunction · 0.85
testRedirectFunction · 0.85
testFileDownloadFunction · 0.85
testWrapperFunction · 0.85

Calls 1

proxyRequestFunction · 0.85

Tested by

no test coverage detected