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

Function proxyWs

test/util/HttpUtil.js:255–257  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

253}
254
255function proxyWs(url) {
256 return doWebSocket(url, true);
257}
258
259function directWs(url) {
260 return doWebSocket(url);

Callers 1

testWebsocketFunction · 0.85

Calls 1

doWebSocketFunction · 0.85

Tested by

no test coverage detected