MCPcopy 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
220function addRequestDetails (server) {
221 return function (path) {
222 return { server, path, headers: this.req.headers }
223 }
224}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected