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

Function directGet

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

Source from the content-addressed store, hash-verified

229}
230
231function directGet(url, params, headers = {}) {
232 return directRequest('GET', url, params, headers);
233}
234
235function directPost(url, params, headers = {}) {
236 return directRequest('POST', url, params, headers);

Callers 10

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

Calls 1

directRequestFunction · 0.85

Tested by

no test coverage detected