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.

Type declaration

Generated using TypeDoc