Umi — API References - v1.3.0
Preparing search index...
umi
HttpInterface
Interface HttpInterface
Defines the interface for an HTTP client.
interface
HttpInterface
{
send
:
<
ResponseData
,
RequestData
=
any
>
(
request
:
HttpRequest
<
RequestData
>
,
)
=>
Promise
<
HttpResponse
<
ResponseData
>
>
;
}
Index
Properties
send
Properties
send
send
:
<
ResponseData
,
RequestData
=
any
>
(
request
:
HttpRequest
<
RequestData
>
,
)
=>
Promise
<
HttpResponse
<
ResponseData
>
>
Sends a HTTP request and returns its response.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
send
Umi — API References - v1.3.0
Loading...
Defines the interface for an HTTP client.