http-server
http-server copied to clipboard
a simple zero-configuration command-line http server
After installing node 17, the following 404 happens when trying to use the catch all, it worked fine under node 16 ``` (node:21632) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated (Use `node...
#### What's the problem this feature will solve? Configuring self-signed SSL certificates can be tedious. #### Describe the solution you'd like The [devcert](https://www.npmjs.com/package/devcert) package is a popular Node.js package for...
#### What's the problem this feature will solve? Use a open-source icon lib, such as [vscode-icons](https://github.com/vscode-icons/vscode-icons), support file/folder icon.
Hi @thornjad I have dockerized http-server, you can find image [here](https://hub.docker.com/r/tozlu/http-server) and repository [here](/mtozlu/http-server-docker). You can add this to docs if you want. Thank you for the awesome repo.
#### What's the problem this feature will solve? The issue is that I'd like to add a custom mapping for mime types based on things OTHER than the extension. To...
#### Environment Versions 1. OS Type - win10 1. http-server version: v14.0.0 #### Steps to reproduce create a comma separated range request ex: range: bytes=10-15,17-30 https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Range #### Expected result returns...
Hi I would love if this had a way to connect to my duckdns domain so I can have a instant working domain and SSL HTTPS, DuckDNS has a your...
Accessing the HTTP server throws a DeprecationWarning for OutgoingMessage.prototype._headers on Node version 12.3.1. ```javascript const puppeteer = require('puppeteer') const httpServer = require('http-server') const server = httpServer.createServer({ root: 'dist/html/' }) server.listen(8080)...
#### Environment Versions 1. OS Type: Windows 11 1. Node version: `16.14.2` & `17.9.0` & `18.0.0` & `18.2.0` 1. http-server version: `14.1.0` #### Steps to reproduce `http-server --proxy http://localhost:8080?` doesn't...
#### Environment Versions 1. OS Type 1. Node version: `$ node --version` 12.15.0 1. http-server version: `$ http-server --version` 14.1.0 #### Steps to reproduce http-server -p 4664 -c-1 -S -C...