http-server-rs / http-server

Simple and configurable command-line HTTP server
https://crates.io/crates/http-server
Apache License 2.0
183 stars 20 forks source link

Allow proxing to http (insecure) urls #394

Closed nacardin closed 11 months ago

nacardin commented 11 months ago

Currently see

panicked at 'called `Result::unwrap()` on an `Err` value: hyper::Error(Connect, Custom { kind: Other, error: "Unsupported scheme http" })'
EstebanBorai commented 11 months ago

Thanks @nacardin!