boundfetch
    Preparing search index...

    Interface MiddlewareResponseContext

    interface MiddlewareResponseContext {
        endpoint: EndpointDef;
        endpointName: string;
        rawBody: unknown;
        request: FetcherRequest;
        response: FetcherResponse;
    }
    Index

    Properties

    endpoint: EndpointDef
    endpointName: string
    rawBody: unknown
    response: FetcherResponse