MCPcopy Index your code
hub / github.com/cloudhead/node-static / finish

Function finish

lib/node-static.js:169–171  ·  view source on GitHub ↗
(status, headers)

Source from the content-addressed store, hash-verified

167 pathname;
168
169 var finish = function (status, headers) {
170 that.finish(status, headers, req, res, promise, callback);
171 };
172
173 try {
174 pathname = decodeURI(url.parse(req.url).pathname);

Callers 2

node-static.jsFile · 0.85
streamFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…