Hi,

In order to improve error processing (or else) it would be nice to be able to get access to some request attributes (like url, headers, ...) AFTER the retrieve / exchangeToXXX operators. I was thinking about a getRequest() method in the ClientResponse (as it is actually the case in the DefaultClientResponse) so that on(Raw)Status or exchangeToXXX operators could have access to some of the request attributes.

Comment From: snicoll

Thanks for the suggestion. This has been added in 6.1, see #28397