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

    Interface PathRouteOptions

    Options for building path route

    interface PathRouteOptions {
        basicAuth?: BasicAuthOptions;
        deleteResponseHeaders?: string[];
        dial: string;
        flushInterval?: number;
        host: string;
        iframeOrigin?: string | null;
        ingressTag?: string | null;
        path: string;
        priority?: number;
        securityHeaders?: SecurityHeaders;
        serviceId?: string;
        serviceType?: string;
        stripPrefix?: boolean;
    }
    Index

    Properties

    basicAuth?: BasicAuthOptions
    deleteResponseHeaders?: string[]

    Response headers to delete from reverse proxy

    dial: string
    flushInterval?: number

    Flush interval for reverse proxy streaming (-1 disables buffering)

    host: string
    iframeOrigin?: string | null

    Origin for iframe embedding headers

    ingressTag?: string | null

    Ingress tag value for X-ASD-Ingress header

    path: string
    priority?: number
    securityHeaders?: SecurityHeaders
    serviceId?: string

    Service ID for X-ASD-Service-ID header

    serviceType?: string

    Service type for X-ASD-Service-Type header

    stripPrefix?: boolean