-
The documentation of `HeaderMap` specially the [`Exemples` ](https://docs.rs/hyper/0.14.15/hyper/header/struct.HeaderMap.html#examples) section advice to do `"example.com".parse().unwrap()`, following…
-
data-url has a Mime class distinct from the one in https://crates.io/crates/mime and it's looking like using data-url in servo as a replacement for https://crates.io/crates/base64 might mean redundant…
-
### Verification
- [X] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue+is%3Aopen%2Cclosed and found no duplicates.
- [X] I am on the latest version …
-
The documentation of `HeaderValue::from_str` says that:
https://github.com/hyperium/http/blob/abe651273f4cf19cf9a247f376e9ece85becc722/src/header/value.rs#L101-L104
So I would expect this functi…
-
https://fetch.spec.whatwg.org/#origin-header has a very strict ABNF. Strings ending in # or / shouldn't be allowed. Because OriginOrNull processes strings via url parsing (https://github.com/hyperium/…
-
Hello.
Sometimes we get the following Hyper panic when sending events, using last version `rusoto v0.46`:
`thread '' panicked at 'dispatch dropped without returning error'`
We were building a…
-
**Is your feature request related to a problem? Please describe.**
A rust backend can be a robust alternative, and rustformers supports also other models
**Describe the solution you'd like**
…
-
This is a tracking issue to manage the WASM implementation of the Breez SDK.
**Tasks**
- [x] Test different WASM/WASI/emscripten build methods
- [ ] Identify changes required for Breez SDK / Gr…
-
I've been looking at different Erlang HTTP client libraries, and haven't found a single one which supports happy eyeballs. Using IPv6 exclusively is still not an option since many hosts don't support …
-