Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ middlewares.js
File
middlewares.js
packages/engine.io/test/middlewares.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
listen = require(
"./common"
).listen;
2
const
expect = require(
"expect.js"
);
3
const
request = require(
"superagent"
);
4
const
{ WebSocket } = require(
"ws"
);
Callers
nothing calls this directly
Calls
11
it
Function · 0.85
listen
Function · 0.85
done
Function · 0.85
eql
Method · 0.80
use
Method · 0.45
setHeader
Method · 0.45
end
Method · 0.45
close
Method · 0.45
on
Method · 0.45
writeHead
Method · 0.45
send
Method · 0.45
Tested by
no test coverage detected