Skip to main content
Version: Next

HttpResponse <TResponseType>

HTTP response data as returned by the BaseHttpClient.sendRequest method.

Hierarchy

  • HttpResponseWithoutBody<TResponseType>
    • HttpResponse

Index

Properties

body

body: ResponseTypes[TResponseType]

inheritedcomplete

complete: boolean

inheritedheaders

headers: SimpleHeaders

optionalinheritedip

ip?: string

inheritedredirectUrls

redirectUrls: URL[]

inheritedrequest

request: HttpRequest<TResponseType>

inheritedstatusCode

statusCode: number

optionalinheritedstatusMessage

statusMessage?: string

inheritedtrailers

trailers: SimpleHeaders

inheritedurl

url: string