Skip to content

actix-service: v2.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@robjtede robjtede released this 04 Feb 20:52
· 468 commits to master since this release
a77b70a
  • Service::poll_ready and Service::call receive &self. #247
  • apply_fn and apply_fn_factory now receive Fn(Req, &Service) function type. #247
  • apply_cfg and apply_cfg_factory now receive Fn(Req, &Service) function type. #247
  • fn_service and friends now receive Fn(Req) function type. #247