-
5.1.1
Add deprecation notices. Use @ind.ie/web-server instead. This is the last version of @ind.ie/https-server. Development continues in the Indie Web Server repository.
-
2.0.1
Last version with HTTP2 support. - Remove erroneously-added console log statement
-
2.0.0
HTTP2 support (API-only)
-
1.0.7
Fix regression with automatic privileged port binding on Linux
-
1.0.5
API: you can now use https-server programmatically It exposes a `createServer` method that’s polymorphic with its namesake from the base `https` module and it provides a `serve` convenience method that uses Express to serve a static site at the passed directory and port (or the current directory at port 443 by default).
-
1.0.4
Uses nodecert v1.0.4 (with progress indication)
-
1.0.3
Node.js is automatically privileged to bind to ports < 1024
-
1.0.1
Fixed: - Actually serves the requested folder instead of a hardcoded one 🤦 Added: - Support for manually-specifying the port