Type alias GatewayControllerRouteMethod

GatewayControllerRouteMethod: {
    endpoint: GatewayControllerEndpointInfo;
    method: RouterMethod;
}

The information for a single HTTP method an endpoint can handle.

Type declaration

Generated using TypeDoc