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

    Interface StaticResponseHandler

    Static response handler - return static content

    interface StaticResponseHandler {
        abort?: boolean;
        body?: string;
        close?: boolean;
        handler: "static_response";
        headers?: Record<string, string[]>;
        status_code?: string | number;
    }
    Index

    Properties

    abort?: boolean
    body?: string
    close?: boolean
    handler: "static_response"
    headers?: Record<string, string[]>
    status_code?: string | number