drupflare/worker - v1.0.0
    Preparing search index...

    Interface WarmingOptions

    interface WarmingOptions {
        headers?: Record<string, string>;
        request?: Request<unknown, CfProperties<unknown>>;
        retryAfterSeconds?: number;
        stage: "warming" | "migrating";
    }
    Index
    headers?: Record<string, string>

    extra response headers, which is where every x-cfw-* diagnostic already goes

    request?: Request<unknown, CfProperties<unknown>>

    the request, so the body matches what the caller can read

    retryAfterSeconds?: number

    seconds until the page is worth asking for again; drives Retry-After AND the meta refresh

    stage: "warming" | "migrating"

    what the site is doing, in the visitor's words