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

    Interface CopyResponseHandler

    interface CopyResponseHandler {
        handler: "copy_response";
        status_code?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    handler: "copy_response"
    status_code?: number