1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 00:01:11 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Nikolay Kim
316974616a Use FnMut instead of Fn for FnService 2019-01-11 21:39:58 -08:00
Nikolay Kim
cd5435e5ee fix service tests 2018-12-12 18:56:39 -08:00
Nikolay Kim
bf9bd97173 split ServiceExt trait 2018-12-12 18:32:19 -08:00
Nikolay Kim
61939c7af2 Release future early for .and_then() and .then() combinators 2018-12-12 18:00:35 -08:00
Nikolay Kim
43e14818c4 migrate to actix-service crate 2018-12-09 10:15:49 -08:00
Nikolay Kim
a60bf691d5 add Service impl for Box<S> 2018-12-09 10:14:08 -08:00
Nikolay Kim
5f37d85f9b move service to separate crate 2018-12-09 09:56:23 -08:00