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

    Interface PushHandler

    interface PushHandler {
        handler: "push";
        headers?: Record<string, unknown>;
        resources?: { method?: string; target?: string }[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    handler: "push"
    headers?: Record<string, unknown>
    resources?: { method?: string; target?: string }[]