Skip to main content

Interface: HttpResponse<BodyType>

A response object with type T for the body.

Type parameters

NameType
BodyTypeunknown

Properties

body

body: BodyType


headers

headers: Record<string, string>


status

status: number


statusText

statusText: string