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

    Interface CopyResponseHeadersHandler

    interface CopyResponseHeadersHandler {
        exclude?: string[];
        handler: "copy_response_headers";
        include?: string[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    exclude?: string[]
    handler: "copy_response_headers"
    include?: string[]