Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodeSolidServer/node-solid-server
/ addRequestDetails
Function
addRequestDetails
test/unit/auth-proxy-test.mjs:220–224 ·
view source on GitHub ↗
(server)
Source
from the content-addressed store, hash-verified
218
})
219
220
function
addRequestDetails (server) {
221
return
function
(path) {
222
return
{ server, path, headers: this.req.headers }
223
}
224
}
Callers
1
auth-proxy-test.mjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected