Rest
...args: FetchParametersThe request options.
The transformed request options.
Transforms the response after a request completes. This executes immediately after the request completes, and is stateless. It is safe to return a new response object.
The response object.
The transformed response object.
Transforms the request options before a request is made. This executes after all of the default parameters have been configured, and is stateless. It is safe to return new request options objects.