jimpex
    Preparing search index...

    Variable fastHTMLMiddlewareConst

    fastHTMLMiddleware: ResourceCreator<
        "middleware",
        "connect",
        (
            options?: FastHTMLMiddlewareOptions,
        ) => <ContainerType extends Jimpex = Jimpex>(
            app: ContainerType,
        ) => AsyncExpressMiddleware,
        MiddlewareConnectFn,
    > = ...

    Creates the middleware that filters the routes and serves an HTML before the application gets to evaluate whether there's a controller for the request or not.