Interface HTTPRouteMetadata

interface HTTPRouteMetadata {
    method: HTTPMethod;
    path: string;
}

Properties

Properties

method: HTTPMethod
path: string