http-server
http-server copied to clipboard
a simple zero-configuration command-line http server
**Please ensure that your pull request fulfills these requirements:** - [X] The pull request is being made against the `master` branch - [ ] Tests for the changes have been...
**Please ensure that your pull request fulfills these requirements:** - [X] The pull request is being made against the `master` branch - [ ] Tests for the changes have been...
**Please ensure that your pull request fulfills these requirements:** - [ ] The pull request is being made against the `master` branch - No. This is based on https://github.com/http-party/http-server/pull/674, but...
Possibly fixes #525. However I've been unable to reproduce the core issue, so I can't test this and require help doing so.
When running the http-server with SSL enabled, there was no command line option to configure the CA file. I added this option. Fixes #155
Is it possible to serve multiple directories?
I had just submitted a PR for this (I was assuming that the options were getting passed to the standard `https.createServer` method), but it looks like it would require an...
I have a certificate from Comodo for my domain as well as a CA bundle (several CA-related certificates). Some browsers require the CA Bundle to fully trust the website. I'm...
It would be super useful for making local web apps that can also write files.