Closed as not planned
Description
Related:
The change may break implementations expecting HttpHeaders to be an instance of MultiValueMap.
Would it be possible to add a method that provides (readonly) MultiValueMap from HttpHeaders, such as an instance method
public MultiValueMap<String, String> asMultiValueMap();
A helper/util method is also welcome.
Thanks