1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-12-01 08:40:04 +01:00
Commit Graph

16 Commits

Author SHA1 Message Date
Nikolay Kim
e8aa73a44b update tests 2018-12-06 14:53:55 -08:00
Nikolay Kim
8fe7ce533c convert to edition 2018 2018-12-06 14:04:42 -08:00
Nikolay Kim
8108f19580 update tests 2018-11-29 17:17:02 -10:00
Nikolay Kim
1b1ae01b5a migrate to new Service<Request> trait 2018-11-29 16:56:15 -10:00
Nikolay Kim
20b03a4780 add custom cell 2018-10-02 22:18:07 -07:00
Nikolay Kim
79b525bc2f add .then() combinator 2018-10-02 21:47:50 -07:00
Nikolay Kim
4827990298 add NewServiceExt tests 2018-09-17 19:21:24 -07:00
Nikolay Kim
62dbe1b001 add some doc apis and tests 2018-09-12 13:34:53 -07:00
Nikolay Kim
82b71d91ea move Service to service sub mod 2018-09-11 09:30:22 -07:00
Nikolay Kim
0fdce01375 remove Display from server service Error 2018-09-07 14:34:31 -07:00
Nikolay Kim
983223a839 add clone impls for combinator services 2018-09-05 13:54:15 -07:00
Nikolay Kim
9456065d7b better error conversion impl for and_then 2018-09-04 12:07:13 -07:00
Nikolay Kim
0390ff37d3 Revert "use From/Into instead of custom IntoService and IntoNewService traits"
This reverts commit 9441624827.
2018-09-04 09:49:21 -07:00
Nikolay Kim
9441624827 use From/Into instead of custom IntoService and IntoNewService traits 2018-09-04 09:30:52 -07:00
Nikolay Kim
42b0d53c16 change AndThen InitError constrain 2018-08-29 21:31:43 -07:00
Nikolay Kim
89b8da724b split service mod 2018-08-25 09:02:14 -07:00