http-server
http-server copied to clipboard
a simple zero-configuration command-line http server
I use http-server to serve my Downloads directory, and I like to be able to sort the listing based on date (last modified date?) so that I can easily find...
This one will be easy. We are being affected by this https://github.com/jfhbrook/node-ecstatic/issues/239 But with the current ecstatic status...
Getting the following error when trying to go to the webpage returned by "npx http-server" serving my index.html: Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client...
Setting -t flag to 0 leaves timeout as default value of 120 seconds instead of disabling the timeout
Setting the timeout `-t` flag to `0`, like `-t 0` leaves timeout as default value of 120 seconds, instead disabling the timeout. #### Environment Versions 1. OS Type: Manjaro Linux...
Currently, when the cache time is passed via the `-c` option, it is applies to both local files and files transferred via the `--proxy` option. However, disabling caching by using...
When using XHR requests, only certain default headers are approved for access. The 'Access-Control-Expose-Headers' cors header allows the XHR requests to read additional headers outside of this default list. It...
#### Environment Versions 1. OS Type windows 10 1. Node version: v16.13.1 1. http-server version: v14.1.0 #### Steps to reproduce ```javascript gulp.task("build:release", async () => { const httpServer = spawn("http-server...
##### Relevant issues Resolves #793 ##### Contributor checklist - [x] Provide tests for the changes (unless documentation-only) - [x] Documented any new features, CLI switches, etc. (if applicable) - [x]...
When using directory listings It would be nice to be able remove the permissions column this could be dome by a new argument example
#### What's the problem this feature will solve? When browsing a directory, for example one with a large number of photos or with source code for an application, I would...