Type alias GatewayHelperServiceResponseHandler

GatewayHelperServiceResponseHandler: ((options) => Promise<void>)

A function to handle the response of an endpoint. This is called when the helper service tells the controller that the endpoint shouldn't be streamed, so this method should handle the response.

Type declaration

Generated using TypeDoc