Base class for both HttpResponse and HttpHeaderResponse.
HttpResponse
HttpHeaderResponse
abstract class HttpResponseBase { readonly headers: HttpHeaders; readonly status: number; readonly statusText: string; readonly url: string; readonly ok: boolean; readonly type: HttpEventType.ResponseHeader | HttpEventType.Response;}