mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
HttpTransportOptions
Interface HttpTransportOptions
interface
HttpTransportOptions
{
endpoint
:
string
;
fetch
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
timeoutMs
?:
number
;
}
Index
Properties
endpoint
fetch?
timeout
Ms?
Properties
endpoint
endpoint
:
string
Optional
fetch
fetch
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
Type Declaration
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
URL
|
RequestInfo
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
string
|
URL
|
Request
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Optional
timeout
Ms
timeoutMs
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
endpoint
fetch
timeout
Ms
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...
MDN Reference