Member Junction
    Preparing search index...

    Normalized HTTP response from MakeHTTPRequest()

    interface RESTResponse {
        Body: unknown;
        Headers: Record<string, string>;
        Status: number;
    }
    Index

    Properties

    Properties

    Body: unknown

    Parsed response body

    Headers: Record<string, string>

    Response headers (lowercase keys)

    Status: number

    HTTP status code