Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HttpResponse<T>

Type parameters

  • T

Hierarchy

  • HttpResponse

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly body

body: HttpBodyType<T> = null

Readonly headers

headers: HttpHeaders

Readonly ok

ok: boolean

Readonly status

status: number = 200

Readonly statusText

statusText: string = "OK"

Readonly type

type: Response = HttpEventType.Response

Readonly url

url: string | undefined

Methods

clone

toObject

  • toObject(): {}