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

add GuardContext::header (#2569)

This commit is contained in:
Rob Ede
2022-01-05 11:47:14 +00:00
committed by GitHub
parent fe0bbfb3da
commit 4ebf16890d
3 changed files with 30 additions and 6 deletions

View File

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