Added duplicate functionality

This commit is contained in:
John Crepezzi 2011-11-18 15:18:38 -05:00
commit b35c89a472
2 changed files with 26 additions and 4 deletions

View file

@ -6,6 +6,8 @@ var url = require('url');
// TODO logging
// TODO preparse static instead of using exists
// TODO split into files
// TODO only parse url once for static files
//////////////