IGPAPI
Preparing search index...
@igpapi/core
mobile
JsonHttpResponse
Interface JsonHttpResponse<T>
interface
JsonHttpResponse
<
T
=
unknown
>
{
body
:
T
;
headers
:
Record
<
string
,
string
|
string
[]
>
;
method
:
string
;
status
:
number
;
statusMessage
?:
string
;
url
:
string
;
}
Type Parameters
T
=
unknown
Hierarchy
Omit
<
TransportResponse
,
"body"
|
"bloks"
>
JsonHttpResponse
Index
Properties
body
headers
method
status
status
Message?
url
Properties
body
body
:
T
headers
headers
:
Record
<
string
,
string
|
string
[]
>
method
method
:
string
status
status
:
number
Optional
status
Message
statusMessage
?:
string
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
method
status
status
Message
url
IGPAPI
Loading...