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.

Generated using TypeDoc