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

    Interface HealthCheckRouteOptions

    Options for building health check route

    interface HealthCheckRouteOptions {
        dial?: string;
        host: string;
        ingressTag?: string | null;
        priority?: number;
        projectId?: string | null;
        serviceId: string;
    }
    Index

    Properties

    dial?: string

    Upstream dial address. When set, health check uses reverse_proxy instead of static_response

    host: string
    ingressTag?: string | null

    Ingress tag value for X-ASD-Ingress header

    priority?: number
    projectId?: string | null

    Project identifier for X-ASD-Project header

    serviceId: string