jimpex
    Preparing search index...

    Type Alias GatewayHelperService

    GatewayHelperService: Partial<
        {
            handleEndpointError: GatewayHelperServiceErrorHandler;
            handleEndpointResponse: GatewayHelperServiceResponseHandler;
            reduceEndpointRequest: GatewayHelperServiceRequestReducer;
            reduceEndpointResponse: GatewayHelperServiceResponseReducer;
            shouldStreamEndpointResponse: GatewayHelperServiceStreamVerification;
        },
    >

    The interface of a helper service that can intercept/modify the requests and responses the gateway makes.