PowerKeys Scripting API
    Preparing search index...

    Interface HttpResponse

    A real HTTP response returned by HTTP.SendRequest.

    interface HttpResponse {
        statusCode: number;
        headers: HttpResponseHeaders;
        body: string;
    }
    Index
    statusCode: number

    Real HTTP status code, including 3xx, 4xx, and 5xx statuses.

    Lowercase, duplicate-preserving response headers.

    body: string

    Response body decoded as UTF-8 with malformed bytes replaced. The runtime admits up to one-eighth of the effective script heap as an availability and memory budget, not an exfiltration-security boundary. HEAD responses always return an empty string.