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 (#3230)

* Add From impl for header map references

* Add From impl for header map references

* Remove Into<HeaderMap> via http::HeaderMap

* fix changelog

---------

Co-authored-by: SleeplessOne1917 <insomnia-void@protonmail.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
SleeplessOne1917
2024-02-01 12:52:35 +00:00
committed by GitHub
parent c1f88f718b
commit ae7736f134
2 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
### Added
- Implement `From<&HeaderMap>` for `http::HeaderMap`.
## 3.5.1
### Fixed