Optional middleware method for modifying the HttpRequestResponse after a successful request.
The passed in HttpRequestResponse object is not a copy but can be safely modified without
side effects. The returned HttpRequestResponse object will be used for the response.
Optional middleware method for modifying the HttpRequestResponse after a successful request. The passed in HttpRequestResponse object is not a copy but can be safely modified without side effects. The returned
HttpRequestResponseobject will be used for the response.