Skip to content

tower-async-http 0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 21:57
· 61 commits to master since this release

This is the initial realse of tower-async-http, a fork of https://github.com/tower-rs/tower-http and makes use of async traits
(RFC-3185: Static async fn in traits)
to simplify things and make it more easier to integrate async functions into middleware.

Notable differences:

  • make use of tower-async-service instead of tower-service;
  • make use of tower-async-layer instead of tower-layer,