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

13 Commits

Author SHA1 Message Date
daffc24245 Misc tidy up (#400) 2024-02-14 01:19:29 +00:00
77b8dcdf59 chore: clippy 2024-01-04 04:05:56 +00:00
ecd2016c09 use standard attributes for all crates 2023-11-03 19:46:12 +00:00
1561bda822 apply imports_granularity fmt rule 2022-09-11 21:55:40 +01:00
32313c0af6 Limitation: custom key from closure (#281)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-09-10 23:02:54 +00:00
a623c50e9c Limitation: display and handle client error (#280)
* feat(limitation): display and handle client error

* feat(limitation): handle other count errors

* feat: add middleware errors catch changes to changelog

Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-08-28 20:49:14 +01:00
6e79465362 make RateLimiter non-exhaustive 2022-07-31 03:03:43 +01:00
ee71d4cfa7 update readme 2022-07-11 02:15:47 +01:00
d5dc087e93 remove Limiter builder lifetime 2022-07-11 02:05:22 +01:00
97ee544057 update limitation's session version 2022-07-09 19:55:53 +01:00
c2f068db66 Add a new configuration parameter to refresh the TTL of the session even if unchanged (#233)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-07-03 21:18:14 +01:00
977e3141c9 limitation clean up (#232)
* add license links to -limitation

* move tests to inline mod

* use cow str for limiter parameters

* add docs to all limitation items

* rename builder methods

* fix ignored tests

* update changelog

* fix ci
2022-03-20 00:40:34 +00:00
bb553b2308 adopt actix-limitation crate (#229)
* import code from actix-limitation master branch

* fix compilation

* update legal info

* fix compile errors

* ignore failing tests

* remove futures dep

* add changelog

* update readme

* fix doc test example
2022-03-18 17:00:33 +00:00