Interceptors for modifying requests and responses. This interface defines methods to register request and response interceptors.
Middleware for request interceptors. This allows you to register functions that modify the request before it is sent.
Middleware for response interceptors. This allows you to register functions that modify the response after it is received.
Interceptors for modifying requests and responses. This interface defines methods to register request and response interceptors.