@accelerated-software-development/caddy-api-client - v0.2.2
    Preparing search index...

    Interface CaddyRouteMatcher

    Caddy route matcher

    interface CaddyRouteMatcher {
        header?: Record<string, string[]>;
        host?: string[];
        method?: HttpMethod[];
        path?: string[];
        query?: Record<string, string[]>;
    }
    Index

    Properties

    header?: Record<string, string[]>
    host?: string[]
    method?: HttpMethod[]
    path?: string[]
    query?: Record<string, string[]>