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

##### Relevant issues Resolves #882 ##### Contributor checklist - [x] Provide tests for the changes (unless documentation-only) - [x] Documented any new features, CLI switches, etc. (if applicable) - [x]...

##### Relevant issues ##### Contributor checklist - [x] Provide tests for the changes (unless documentation-only) - **N/A:** manually tested, test requires `sudo` - [x] (N/A) Documented any new features, CLI...

Error occurring within http-server repository code, specifically within the `read-package-json-fast` mod. Location: The error is happening within the file `/usr/local/share/.rvm/rubies/ruby-2.7.7/lib/ruby/gems/2.7.0/gems/npm-normalize-package-bin-1.0.1/node_modules/read-package-json-fast/index.js`. `http-server` is utilizing `read-package-json-fast` - mod. `Error Type: SyntaxError: Unexpected...

#### What's the problem this feature will solve? http-server now has the capability to configure proxy functions; however, this feature is quite basic and can only forward all unhandled HTTP...

stale

#### Environment Versions 1. OS Type 1. Node version: `$ node --version` 1. http-server version: `$ http-server --version` #### Steps to reproduce 1. ... 2. ... 3. ... #### Expected...

##### Relevant issues ##### Contributor checklist - [ ] Provide tests for the changes (unless documentation-only) - [ ] Documented any new features, CLI switches, etc. (if applicable) - [...

##### Relevant issues ##### Contributor checklist - [x] Provide tests for the changes (unless documentation-only) - [x] Documented any new features, CLI switches, etc. (if applicable) - [x] Server `--help`...

I've just received a notification that my PR #872 is already more than a year old. Pull requests are ready-made features or bugfixes that you can easily integrate with the...

### Description Added an additional `--proxy-config` parameter that takes in a `.json` file (with path). The use of it overrides any other proxy configuration! (Well, it actually disables the other...

#### What's the problem this feature will solve? I just need a quick forward proxy server, so that I can use my phone to reach a website that is running...