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

feat(http): impl FromIter for HeaderMap

This commit is contained in:
Rob Ede
2024-07-07 21:16:25 +01:00
parent e97e28db4f
commit 5c6e0e17d3
3 changed files with 34 additions and 3 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
### Added
- Implement `FromIterator<(HeaderName, HeaderValue)>` for `HeaderMap`.
## 3.8.0
### Added