Represents an HTTP response, that contains response code, headers, payload and the original request. This interface is compatible with AxiosResponse.

Hierarchy

  • KnownHttpResponseFields
    • HttpResponse

Indexable

[otherKey: string]: any

Properties

Properties

data: any
headers: any
request: any
status: number

Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.