lib.rs |
Viaduct hyper backend
This implements a backend using `hyper`.
Unlike the `dev` backend it also supports HTTPS.
In order to support HTTPS it depends on `hyper-tls`, which we don't want to vendor into moz-central at this time.
Because of that, only use this for crates that aren't members of the moz-central workspace like CLIs and the ios megazord. |
6036 |