API Reference
    Preparing search index...
    type HttpRouteHandlerOptions = {
        handler: RouteHandler;
        middleware: Middleware[];
        params: Record<string, string>;
        rawParams: Record<string, string>;
    }
    Index

    Properties

    handler: RouteHandler
    middleware: Middleware[]
    params: Record<string, string>
    rawParams: Record<string, string>