Home > widget-integration > HTTPResponse

HTTPResponse interface

Signature:

export interface HTTPResponse<T = unknown> 

Properties

Property

Modifiers

Type

Description

config

HTTPRequestConfig

data

T

headers

Headers

status

number

statusText

string