Middleware interface for response interceptors. This interface defines a method to register response interceptors.
ResponseInterceptorMiddleware
The response interceptor function to register. The function should accept a Response object and return a modified or original Response object.
Method to register a response interceptor function.
Middleware interface for response interceptors. This interface defines a method to register response interceptors.
ResponseInterceptorMiddleware
Param: fn
The response interceptor function to register. The function should accept a Response object and return a modified or original Response object.