Skip to content

Expose ResponseCookie map from ClientResponse [SPR-15236] #19801

@spring-projects-issues

Description

@spring-projects-issues

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)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions