1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
95041b8e80 actix-cors: cosmetic and minor fixes
This rewords part of the docstrings for better readability,
and introduces additional lints. That includes ensuring that
all public types implement the Debug trait.
2020-07-06 15:55:53 +00:00
8176d5e121 Run rustfmt 2020-03-12 05:48:57 +09:00
9a8275b455 Minimize futures-* dependencies 2020-03-12 05:43:48 +09:00
21994c13eb Fix/suppress clippy warnings 2020-01-30 18:21:02 +09:00
f86ce0390e allow to specify multi pattern for resources 2019-12-25 20:14:44 +04:00
1f3ffe38e8 update actix-service dep 2019-12-08 19:25:24 +06:00
205a964d8f upgrade to tokio 0.2 2019-12-05 23:35:43 +06:00
f73f97353b refactor ResponseError trait 2019-11-26 16:07:39 +06:00
4dc31aac93 use actix_rt::test for test setup 2019-11-26 11:25:50 +06:00
57981ca04a update tests to async handlers 2019-11-22 11:49:35 +06:00
6ac4ac66b9 migrate actix-cors 2019-11-21 16:02:17 +06:00
2a2d7f5768 nightly clippy warnings 2019-07-17 15:53:51 +06:00
4092c7f326 clippy warnings 2019-07-17 15:08:30 +06:00
7b1dcaffda cleanup deprecation warning for Box<dyn> 2019-07-17 11:44:39 +06:00
cd323f2ff1 Move cors middleware to actix-cors crate 2019-06-15 09:34:16 +06:00