1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

fix support for 12 extractors (#2582)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Ali MJ Al-Nasrawy
2022-01-12 21:31:48 +03:00
committed by GitHub
parent 6c97d448b7
commit 2a12b41456
3 changed files with 48 additions and 24 deletions

View File

@ -7,10 +7,12 @@
### Changed
- `HttpResponse` can now be used as a `Responder` with any body type. [#2567]
- Maximim number of extractors has changed from 10 to 12. [#2582]
[#1988]: https://github.com/actix/actix-web/pull/1988
[#2567]: https://github.com/actix/actix-web/pull/2567
[#2569]: https://github.com/actix/actix-web/pull/2569
[#2582]: https://github.com/actix/actix-web/pull/2582
## 4.0.0-beta.19 - 2022-01-04