Skip to content

Actix Service 0.3.3

Compare
Choose a tag to compare
@fafhrd91 fafhrd91 released this 09 Mar 22:11
· 1028 commits to master since this release

Changes

Added

  • Add ApplyTransform new service for transform and new service.

  • Add NewService::apply_cfg() combinator, allows to use
    nested NewService with different config parameter.

Changed

  • Revert IntoFuture change