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

    Interface ServiceRegistration

    Service registration for interception

    interface ServiceRegistration {
        backend: { host: string; port: number };
        host?: string;
        id: string;
        pathPrefix: string;
        serverId: string;
    }
    Index

    Properties

    backend: { host: string; port: number }

    Backend service to forward to

    host?: string

    Optional: host pattern for host-based routing (e.g., "api.example.com")

    id: string

    Unique identifier for this service

    pathPrefix: string

    Path prefix to match (e.g., "/es", "/api")

    serverId: string

    Caddy server name (e.g., "srv0", "https_server")