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

allow camel case response headers (#2587)

This commit is contained in:
Rob Ede
2022-01-16 03:16:26 +00:00
committed by GitHub
parent 3c7ccf5521
commit 7b8a392ef5
4 changed files with 78 additions and 1 deletions

View File

@ -1,10 +1,14 @@
# Changes
## Unreleased - 2021-xx-xx
### Added
- Response headers can be sent as camel case using `res.head_mut().set_camel_case_headers(true)`. [#2587]
### Changed
- Brotli (de)compression support is now provided by the `brotli` crate. [#2538]
[#2538]: https://github.com/actix/actix-web/pull/2538
[#2587]: https://github.com/actix/actix-web/pull/2587
## 3.0.0-beta.18 - 2022-01-04