-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
See #33823 : the MultiValueMap
methods that iterate over the whole header collection misalign with some underlying server implementations.
On the other hand having HttpHeaders
implement MultiValueMap
brings in some (marginal?) benefits: using CollectionUtils
, asserting headers with map-specific assertions, putting all the headers into a plain Map
(map.putAll(headers)
), etc...
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement