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 // Import packages. 7 // Import packages.
7 const auth = require("http-auth"); 8 const auth = require("http-auth");
8 const https = require('https'); 9 const https = require('https');