jimpex
    Preparing search index...

    Type Alias GatewayHelperServiceResponseReducerOptions

    GatewayHelperServiceResponseReducerOptions: GatewayHelperServiceBaseFnOptions & {
        endpointRes: HTTPResponse;
    }

    The information sent to the helper service in order to modify a response before processing it, decide if it should be streamed or not, and even handle it.

    Type Declaration

    • endpointRes: HTTPResponse

      The response from the endpoint request.