jimpex
    Preparing search index...

    Type Alias GatewayControllerRouteMethod

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

    type GatewayControllerRouteMethod = {
        endpoint: GatewayControllerEndpointInfo;
        method: RouterMethod;
    }
    Index

    Properties

    Properties

    The information of the endpoint.

    method: RouterMethod

    The method for the route.