Revisit HttpHeaders
implementing the MultiValueMap
API
#33913
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: pending-design-work
Needs design work before any code can be developed
type: enhancement
A general enhancement
Milestone
See #33823 : the
MultiValueMap
methods that iterate over the whole header collection misalign with some underlying server implementations.On the other hand having
HttpHeaders
implementMultiValueMap
brings in some (marginal?) benefits: usingCollectionUtils
, asserting headers with map-specific assertions, putting all the headers into a plainMap
(map.putAll(headers)
), etc...The text was updated successfully, but these errors were encountered: