kinetex - v0.0.2
    Preparing search index...

    Interface CachedResponse

    interface CachedResponse {
        body: string | null;
        headers: Record<string, string>;
        status: number;
        statusText: string;
    }
    Index

    Properties

    body: string | null
    headers: Record<string, string>
    status: number
    statusText: string