http-server
http-server copied to clipboard
a simple zero-configuration command-line http server
/a.html -> http-server /api/data -> other-server
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...
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...
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 ?
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 -...
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....
**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...
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)...
**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...
##### 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...