Skip to content

tower-async-http 0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 23:22
· 4 commits to master since this release
  • Update to http-body 1.0;
  • Update to http 1.0;
  • Make library ready for Hyper 1.0 usage;
  • Adapt to new tower_async::Service contract:
    • call takes now &self instead of &mut self;
    • call returns impl Future instead of declared as async fn;