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

a simple zero-configuration command-line http server

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

/a.html -> http-server /api/data -> other-server

stale

As the title says when the server adds a slash at the end when serving an index.html file from a directory besides the root. I don't see an option to...

stale

http-server example on this page https://stackabuse.com/how-to-start-a-node-server-examples-with-the-most-popular-frameworks/ **Tell us about your environment** - **exact http-server version:** 0.12.1 - **Node version:** 12.16.2 - **Platform:** Win10 **Other information (related issues, suggestions for a...

stale

http-server C:\something -port 7010 auto download the file i can't close the port. is there some way to shut down that port ?

stale

node-ecstatic allows for a `baseDir` option, which I was looking to use with this lib. This PR adds the following: - a `baseDir` option to the main lib file -...

minor version

This is a simple change to be able to configure http-server via a javascript file. This change in particular allows replacing the before methods to perform more complex configuration tasks....

stale

**Do you want to request a *feature* or report a *bug*?** **If the issue is a bug report, please provide the steps to reproduce it. Please include the actual command...

high priority
help-wanted

A good debug feature for finding issues in request headers e.g. Viewport-Width and Accept-Language. ##### Relevant issues ##### Contributor checklist - [ ] Provide tests for the changes (unless documentation-only)...

stale

**Please ensure that your pull request fulfills these requirements:** - [ x] The pull request is being made against the `master` branch - [ x] Tests for the changes have...

minor version
feature

##### Relevant issues #756 #634 The `stream` is piped in `res`. Next the stream generate an error `The first argument must be one of type string or Buffer. Received type...