Default router implementation of Zibri.

Implements

Constructors

Properties

manuallyRegisteredRoutes: RouteConfiguration<
    BodyMetadata,
    Record<string, PathParamMetadata>,
    Record<string, QueryParamMetadata>,
    Record<string, HeaderParamMetadata>,
>[] = []

All routes that have been manually registered by calling the .register method.

Methods