cleaker
    Preparing search index...

    Interface ParsedNamespaceExpression

    interface ParsedNamespaceExpression {
        base: string;
        constant: string;
        context: NamespaceSelectorSet;
        contextRaw: string | null;
        expression: string;
        fqdn: string;
        labels: string[];
        operation: string | null;
        path: string;
        prefix: string | null;
        raw: string;
        transport: {
            host: string;
            origin: string;
            port: number | null;
            protocol: "http" | "https";
        };
    }
    Index

    Properties

    base: string
    constant: string
    context: NamespaceSelectorSet
    contextRaw: string | null
    expression: string
    fqdn: string
    labels: string[]
    operation: string | null
    path: string
    prefix: string | null
    raw: string
    transport: {
        host: string;
        origin: string;
        port: number | null;
        protocol: "http" | "https";
    }