http-server icon indicating copy to clipboard operation
http-server copied to clipboard

a simple zero-configuration command-line http server

Results 164 http-server issues
Sort by recently updated
recently updated
newest added

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...

minor version
stale

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...

patch version
good first issue
stale
Hacktoberfest

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...

high priority
help-wanted

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...

stale

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...

needs-more
stale

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...

stale

##### 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]...

stale

When using directory listings It would be nice to be able remove the permissions column this could be dome by a new argument example

stale

#### 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...

stale