http-server
http-server copied to clipboard
a simple zero-configuration command-line http server
Add some option, to serve files with some prefix. For example, i want to serve directory ./foo with prefix `/static`. It means that url `/static/bar` must be resolved to `./foo/bar`....
This PR adds an option to provide custom headers. ##### Relevant issues Resolves #884 ##### Contributor checklist - [ ] Provide tests for the changes (unless documentation-only) - [X] Documented...
#### What's the problem this feature will solve? In a project I was working on, I wished to use CORP headers in order to use SharedArrayBuffer (which is only possible...
#### What's the problem this feature will solve? I sometimes run several cmd windows running http-server. I want to be able to distinguish those easily. #### Describe the solution you'd...
We need to get off the outdated flatiron/union dependency because it's no longer necessary because Streams--see https://github.com/flatiron/union/pull/61#issuecomment-443856321 for more. @thornjad this relates to the PR you sent to flatiron/union. If...
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed...
Proxy websockets when --websocket is given. ##### Relevant issues Fixes issue https://github.com/http-party/http-server/issues/142 I took the PR from @fabioimpe at https://github.com/http-party/http-server/pull/528, removed style changes (and made sure not to add any...
https://en.wikipedia.org/wiki/Database_Directive
https://discord.com/invite/YYxZhpKKvu
This is just a start - I need to update this more later. TODO - Close any issues that are already resolved, Close any PRs that aren't real contributions -...