Skip to content

ehttp 0.3.0 - Streaming fetch API

Compare
Choose a tag to compare
@emilk emilk released this 15 Jun 15:10
· 22 commits to master since this release

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).