-
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
Rossen Stoyanchev opened SPR-15236 and commented
ClientResponse
should expose the map of cookies available from ClientHttpResponse
. This would mirror the support for cookies in ClientRequest
and ClientHttpRequest
except on the response side a ResponseCookie
has extra attributes beyond a String value so it probably should be a MultiValueMap<String, ResponseCookie>
as opposed to MultiValueMap<String, String>
.
Affects: 5.0 M4
Referenced from: commits da4af61
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