http-server
http-server copied to clipboard
a simple zero-configuration command-line http server
This fork builds upon PR #790 with minor fixes. Thanks @mtozlu ##### Relevant issues ##### Contributor checklist - [x] Provide tests for the changes (unless documentation-only) - [x] Documented any...
rework the url for the build status badge to new shields.io format
#### Environment Versions 1. OS Type 1. Node version: 18.6.0 1. http-server version: 14.1.1 #### Expected result - auto-refreshing when any in index.html change #### Actual result - index.html change...
--cors | Enable CORS via the Access-Control-Allow-Origin header The above documentation seems to be incorrect and it is confusing. As we can see through the code, that --cors will enable...
##### Relevant issues ##### Contributor checklist - [ ] Provide tests for the changes (unless documentation-only) - [ ] Documented any new features, CLI switches, etc. (if applicable) - [...
#### What's the problem this feature will solve? When you run `http-server -o` multiple times, it always opens a new window. If you're testing changes locally, you can end up...
Rebased and update stale PR https://github.com/http-party/http-server/pull/294. Fixes https://github.com/http-party/http-server/issues/139.
#### Environment Versions 1. OS Type 1. Node version: `$ node --version` 1. http-server version: `$ http-server --version` #### Steps to reproduce 1. ... 2. ... 3. ... #### Expected...
Exporting a WebGL build from unity and then running `http-server -o --cors --brotli` I see `Serve Brotli Files` is true, but I get an error where files like `Build/world.framework.js.br` are...
Option `--proxy-options.headers '{"foo": "bar"}'` does not seem to be applied. Is this supposed to work or am I doing something wrong? #### Environment Versions 1. OS Type: Windows 10 1....