@metreeca/http - v0.1.1
    Preparing search index...

    Type Alias Middleware

    Middleware: (fetch: Fetch) => Fetch

    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.

    Type Declaration