1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2025-12-13 03:05:55 +00:00

Added duplicate functionality

This commit is contained in:
John Crepezzi
2011-11-18 15:18:38 -05:00
parent f22f347d43
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
//////////////