Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpResponse<T>

HTTP response from HttpClient.exchange.

Type parameters

  • T

Hierarchy

  • HttpResponse

Index

Properties

Properties

Optional body

body: T

Optional response body of type T

Optional headers

headers: {}

Optional HTTP headers to server returned

Type declaration

  • [name: string]: string

status

status: number

HTTP status code

Generated using TypeDoc