Umi — API References - v1.3.0
Preparing search index...
umi
HttpResponse
Type Alias HttpResponse<D>
Defines a HTTP Response with custom data.
type
HttpResponse
<
D
=
any
>
=
{
body
:
string
;
data
:
D
;
headers
:
HttpResponseHeaders
;
ok
:
boolean
;
status
:
number
;
statusText
:
string
;
}
Type Parameters
D
=
any
Index
Properties
body
data
headers
ok
status
status
Text
Properties
body
body
:
string
data
data
:
D
headers
headers
:
HttpResponseHeaders
ok
ok
:
boolean
status
status
:
number
status
Text
statusText
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
data
headers
ok
status
status
Text
Umi — API References - v1.3.0
Loading...
Defines a HTTP Response with custom data.