simple-http-server icon indicating copy to clipboard operation
simple-http-server copied to clipboard

Simple http server in Rust (Windows/Mac/Linux)

Results 43 simple-http-server issues
Sort by recently updated
recently updated
newest added

![localhost_8000__sort=name order=desc (1)](https://user-images.githubusercontent.com/444503/170092975-24c85143-24ca-4b32-8ade-3e555b3b1699.png) ![localhost_8000__sort=name order=desc](https://user-images.githubusercontent.com/444503/170092991-0bfb7a37-3a73-40f7-8bb2-57aa7718a638.png)

Problem: serving files as application/application-octext-stream is annoying if the file is ASCII text Solution: When serving files on linux, libmagic can analyze the file to determine filetype when mime_guess has...

Overriding base URL from `/` to other value modifies all links in directory listings to begin from custom location instead of just `/`. This allows using simple-http-server behind a reverse...

If I try a `HEAD` request on any file that `simple_http_server` is serving, it always returns the `Content-Length` header with value 0. If I try the GET request on the...

e.g. simple-http-server --sortby name

it would be nice to have armv7 and arm64

I'm attempting to use simple-http-server with [mkcert](https://mkcert.dev/) to create valid certs for local development. I'm generating a P12 cert with mkcert, but simple-http-server rejects it with `mac verify failure`. Here's...

When making a symlink to a directory, it shows up as file in the parent directory listing, although it points to a directory. When clicking on the "file" it does...

So we can embed `simple-http-server` into an `Application`. Will do it after replace `iron` with `actix-web`.

enhancement