devserver icon indicating copy to clipboard operation
devserver copied to clipboard

A simple HTTPS server for local development. Implemented in Rust.

Results 12 devserver issues
Sort by recently updated
recently updated
newest added

Hello, thanks for making `devserver` - it's super useful! I'm running into an issue where `devserver` panics as soon as I start it up: ``` Serving [/home/reilly/source/proj/] at [ https://localhost:8080...

The WebSockets to signal reload use `ws` and must instead use `wss`.

Right now if a `.html` file is not found devserver returns a 404, but it would be more easily noticed if a 404.html page were served. Additionally with the current...

Several 3rd party libs rely on arguments such as `foo.css?hash=60abbfc70f76d949a785a65742f2a3628c9fe006` or `materialdesignicons-webfont.ttf?v=5.8.55`. Most often a trick to allow caching (by a CDN or fileserver), but refresh the cache when a...

Hey, great tool! I'm getting a crash when I run on fedora, seems the cert is too small: ``` Serving [...] at [ https://localhost:8080 ] or [ http://localhost:8080 ] Automatic...

As pointed out by @cwfitzgerald `devserver` doesn't match the convention of other Rust/Python/Ruby servers when specifying the directory to host and the port. Other tools use `-p` to specify the...

```thread '' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }', /Users/iank/.cargo/registry/src/github.com-1ecc6299db9ec823/devserver_lib-0.1.3/src/lib.rs:96:17 note: run with `RUST_BACKTRACE=1` environment variable to display a...

"devserver --reload" sometimes reloads when the file is only partially written. This gives me half a web page in the browser. It would be useful to be able to specify...

See this issue: https://github.com/kettle11/koi/issues/4