markmv - v1.39.2
    Preparing search index...

    Interface ResponseInfo

    HTTP response information needed for freshness detection.

    interface ResponseInfo {
        status: number;
        headers: Record<string, string>;
        content: string;
        finalUrl: string;
    }
    Index
    status: number

    Response status code

    headers: Record<string, string>

    Response headers

    content: string

    Response body content

    finalUrl: string

    Final URL after redirects