devowl-wp
    Preparing search index...
    interface ResponseRouteScannerScanWithoutLoginGet {
        body: string;
        headers: Record<string, string>;
        ok: boolean;
        redirected: boolean;
        responseUrl: string;
        status: number;
        statusText: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    body: string
    headers: Record<string, string>
    ok: boolean
    redirected: boolean
    responseUrl: string
    status: number
    statusText: string