Expose ResponseCookie map from ClientResponse [SPR-15236] #19801
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Rossen Stoyanchev opened SPR-15236 and commented
ClientResponse
should expose the map of cookies available fromClientHttpResponse
. This would mirror the support for cookies inClientRequest
andClientHttpRequest
except on the response side aResponseCookie
has extra attributes beyond a String value so it probably should be aMultiValueMap<String, ResponseCookie>
as opposed toMultiValueMap<String, String>
.Affects: 5.0 M4
Referenced from: commits da4af61
The text was updated successfully, but these errors were encountered: