zibri
    Preparing search index...

    Default router implementation of Zibri.

    Implements

    Index

    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