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

    Interface VarsHandlerOptions

    Options for building a vars handler

    interface VarsHandlerOptions {
        vars: Record<string, string>;
    }
    Index

    Properties

    Properties

    vars: Record<string, string>

    Variables to set (key-value pairs)