API Reference
    Preparing search index...
    type HttpRouteOptions = {
        method: HttpMethod | HttpMethod[];
        middleware?: Middleware[];
        path: Path;
    }
    Index

    Properties

    middleware?: Middleware[]
    path: Path