Skip to content

TcpStream compatibility with async_std and async_h1 client example

Егор Ивков requested to merge async-std-compat into master

Summary

  • example: async_h1 http client on a fiber-based runtime

  • feat: TcpStream compatibility with async_std under feature gate

Depends on !378 (merged), which should be merged first.

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files
Edited by Егор Ивков

Merge request reports