Middleware that allows augmenting the client request/response with additional fields or headers.
Called before a request is made
Called after a request is made but before the body has been read - the processor may do any necessary housekeeping based on the server response
Middleware that allows augmenting the client request/response with additional fields or headers.