ehttp
is a simple Rust HTTP client that works both natively and when compiling to Wasm for web.
New in 0.3.0:
- Add
ehttp::streaming
, for streaming HTTP requests (#28).
- Add cross-platform
fetch_async
(#25).
- Nicer formatted error messages on web.
- Implement
Clone
and Debug
for Request
(#17).