Interface IRouterMatcher<T, Method>
Type parameters
-
T
-
Method: "all" | "get" | "post" | "put" | "delete" | "patch" | "options" | "head"
Callable
- __call<P, ResBody, ReqBody, ReqQuery>(path: PathParams, ...handlers: Array<RequestHandler<P, ResBody, ReqQuery>>): T
- __call<P, ResBody, ReqBody, ReqQuery>(path: PathParams, ...handlers: Array<RequestHandlerParams<P, ResBody>>): T
- __call(path: PathParams, subApplication: Application): T
-
Type parameters
Parameters
Returns T
-
Type parameters
Parameters
Returns T
-
Parameters
Returns T