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

Implement From<HeaderMap> for http::HeaderMap (#3222)

* Implement From<HeaderMap> for http::HeaderMap

* Update changelog

* Apply clippy fix

* doc tweak

---------

Co-authored-by: SleeplessOne1917 <insomnia-void@protonmail.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
SleeplessOne1917
2023-12-16 10:08:45 +00:00
committed by GitHub
parent 1114a51b22
commit eefe8b0733
2 changed files with 11 additions and 3 deletions

View File

@ -5,6 +5,7 @@
### Changed
- Updated `zstd` dependency to `0.13`.
- Implemented `From<HeaderMap>` for `http::HeaderMap`.
### Fixed