You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: