HTTPResponse: {
    body: string;
    headers: Record<string, string | string[] | undefined>;
    status: number;
}

An object representing an http request. It is returned to, and handled by, the Client.