http-server
http-server copied to clipboard
a simple zero-configuration command-line http server
Properly proxy WebSocket "upgrade" connections. Without this change any attempt to use `http-server` as a proxy for WebSocket does not work. The code also handles error cases when WebSocket server...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
#### What's the problem this feature will solve? Help testing
### Description Related to the PR https://github.com/jfhbrook/node-ecstatic/pull/207 that I made back in 2017 This commit will set the attribute `background-repeat: no-repeat center` which will prevent the icon in the element...
Add a new option --proxy-cache to cache response from the proxy server and will auto decompress the response if it is compressed based on the content-encoding header ##### Contributor checklist...
There are various published vulnerabilities in one of the dependency of http-server "http-server": "^14.1.0" => **"opener": "^1.5.1"** Requesting to please check on this .
#### Environment Versions 1. OS Type macOS 1. Node version: `$ node --version` v12.22.12 1. http-server version: `$ http-server --version` v14.1.1 #### Steps to reproduce I have a json text...
Vue app I built is running on localhost:8080 by http-server. But page routing with `/user/:id` is not working. For instance, I enter `localhost:8080/user/1` on browser then I'm getting 404 error....
`Content-Range: bytes */CONTENT-LENGTH` header field should be generated for `416 Range Not Satisfiable` response, as for [RFC 9110, section 15.5.17](https://datatracker.ietf.org/doc/html/rfc9110#section-15.5.17) ##### Contributor checklist - [x] Provide tests for the changes...