node-http-server – Diff between revs 8 and 9

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 8 Rev 9
Line 1... Line 1...
1 #!/usr/bin/env node 1 #!/usr/bin/env node
-   2  
2 /////////////////////////////////////////////////////////////////////////// 3 /*************************************************************************/
3 // Copyright (C) 2017 Wizardry and Steamworks - License: GNU GPLv3 // 4 /* Copyright (C) 2017 Wizardry and Steamworks - License: GNU GPLv3 */
4 /////////////////////////////////////////////////////////////////////////// 5 /*************************************************************************/
Line 5... Line 6...
5   6  
6 const url = require('url'); 7 const url = require('url');
7 const path = require('path'); 8 const path = require('path');
8 const fs = require('fs'); 9 const fs = require('fs');