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

generalize impl Responder for HttpResponse (#2567)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Ali MJ Al-Nasrawy
2022-01-05 07:42:52 +03:00
committed by GitHub
parent 49cfabeaf5
commit 2462b6dd5d
6 changed files with 38 additions and 29 deletions

View File

@ -1,6 +1,10 @@
# Changes
## Unreleased - 2021-xx-xx
### Changed
- `HttpResponse` can now be used as a `Responder` with any body type.
[#2501]: https://github.com/actix/actix-web/pull/2501
## 4.0.0-beta.19 - 2022-01-04