Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpResponse

Hierarchy

  • HttpResponse

Index

Properties

data

data: any

headers

headers: JsonObject<string>

raw

raw: any

request

request: HttpRequest

status

status: number

statusText

statusText: "timeout" | "abort" | "parseerror" | "nocontent" | "notmodified" | string

type

xhr

xhr: XMLHttpRequest