Customizing HttpApiClient with Middleware for HTTP Response

Is it possible to customize the HttpApiClient with some sort of middleware on the actual http response.
The transformResponse method on the client does not allow you to customize the actual HTTPResponse but just the response object
Was this page helpful?