Skip to content

Instantly share code, notes, and snippets.

@Marak
Created January 19, 2010 03:21
Show Gist options
  • Save Marak/280630 to your computer and use it in GitHub Desktop.
Save Marak/280630 to your computer and use it in GitHub Desktop.
posix.cat(path, 'binary').addCallback(function (content) {
debug.log('file found : ' + path );
req.setBodyEncoding('binary');
resp.sendHeader(200,{'Content-Type':mime.mime(path)});
resp.sendBody(content);
resp.finish();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment