PowerKeys Scripting API
    Preparing search index...

    Interface HttpResponse

    Response returned by HTTP.SendRequest.

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

    HTTP status code (e.g. 200, 404). HTTP error statuses still resolve normally.

    body: string

    Response body as a string.