Wraps a Fetch implementation, returning a drop-in replacement that adjusts requests before delegating to it
and responses after it replies. Middlewares are layered into a client by createFetch, each seeing the
exchange as the layers above it left it.
Fetch middleware.
Wraps a Fetch implementation, returning a drop-in replacement that adjusts requests before delegating to it and responses after it replies. Middlewares are layered into a client by createFetch, each seeing the exchange as the layers above it left it.