Skip to content

Instantly share code, notes, and snippets.

@Marak
Created December 8, 2009 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Marak/251291 to your computer and use it in GitHub Desktop.
Save Marak/251291 to your computer and use it in GitHub Desktop.
http.createServer(function (req, resp) {
setTimeout(function () {
multipart.parse(req).addCallback(function(parts) {
debug.log('multipart');
});
application.totalRequests++;
application.openRequests++;
application.currentTime = new Date();
etc....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment