http-server
http-server copied to clipboard
a simple zero-configuration command-line http server
**Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.** **What did you expect to happen?** **If the issue is a feature request, what...
When http-server is spawned as a child process, when it exits (uppon `SIGINT`/`SIGTERM`), in certain conditions (depending on platforms and the platform conditions, it's hard to reliably reproduce), the port...
This is a feature request, to display the valid SSL name (from the certificate) when starting up the server. **Steps to reproduce the issue, if applicable. Include the actual command...
#### Environment Versions 1. OS Type: Windows 11 1. Node version: `$ node --version` v16.3.0 1. http-server version: `$ http-server --version` v14.1.0 #### Steps to reproduce 1. Run this code:...
#### What's the problem this feature will solve? Using http-server `-P` parameter to use a local virtual domain, we still need to update /etc/hosts file to be able to access...
Changes minor logging output issue ##### Relevant issues Fixes #810 ##### Contributor checklist - [x] Provide tests for the changes (unless documentation-only) - [x] Documented any new features, CLI switches,...
Use case was: https://github.com/indexzero/http-server/issues/281 Feel free to close if doesn't seem relevant… Fixes #174, fixes #334, fixes #644
This PR adds handling for fatal crashes of any type. Just so you don't have to see a giant error stack on your console. The feature is turned on by...
**Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.** **What did you expect to happen?** I expected that when an error happens, the...
I noticed that where it normally says "Available on: http://localhost:8080", now it says nothing.  #### Environment Versions 1. OS Type - Ubuntu Linux within Windows Subsystem for Linux 1....