Umi — API References - v1.3.0
Preparing search index...
umi
HttpRequest
Type Alias HttpRequest<D>
Defines a HTTP Request with custom data.
type
HttpRequest
<
D
=
any
>
=
{
data
:
D
;
headers
:
HttpRequestHeaders
;
maxRedirects
?:
number
;
method
:
HttpMethod
;
signal
?:
GenericAbortSignal
;
timeout
?:
Milliseconds
;
url
:
string
;
}
Type Parameters
D
=
any
Implemented by
HttpRequestBuilder
Index
Properties
data
headers
max
Redirects?
method
signal?
timeout?
url
Properties
data
data
:
D
headers
headers
:
HttpRequestHeaders
Optional
max
Redirects
maxRedirects
?:
number
method
method
:
HttpMethod
Optional
signal
signal
?:
GenericAbortSignal
Optional
timeout
timeout
?:
Milliseconds
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
headers
max
Redirects
method
signal
timeout
url
Umi — API References - v1.3.0
Loading...
Defines a HTTP Request with custom data.