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

    Interface MitmwebStatus

    Mitmweb status

    interface MitmwebStatus {
        pid?: number;
        proxyUrl?: string;
        running: boolean;
        webUrl?: string;
    }
    Index

    Properties

    pid?: number
    proxyUrl?: string
    running: boolean
    webUrl?: string