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

Function directPost

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

Source from the content-addressed store, hash-verified

233}
234
235function directPost(url, params, headers = {}) {
236 return directRequest('POST', url, params, headers);
237}
238
239function directPut(url, params, headers = {}) {
240 return directRequest('PUT', url, params, headers);

Callers 2

testWrapperFunction · 0.85
testRequestFunction · 0.85

Calls 1

directRequestFunction · 0.85

Tested by

no test coverage detected