interface ResponseRouteScannerScanWithoutLoginGet {
    body: string;
    headers: Record<string, string>;
    ok: boolean;
    redirected: boolean;
    responseUrl: string;
    status: number;
    statusText: string;
}

Hierarchy (view full)

Properties

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