FuncType - v0.60.3
GitHub
Preparing search index...
HttpClientConfig
Interface HttpClientConfig
interface
HttpClientConfig
{
baseUrl
?:
string
;
defaultHeaders
?:
Record
<
string
,
string
>
;
fetch
?:
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
,
)
=>
Promise
<
Response
>
;
}
Index
Properties
base
Url?
default
Headers?
fetch?
Properties
Optional
Readonly
base
Url
baseUrl
?:
string
Optional
Readonly
default
Headers
defaultHeaders
?:
Record
<
string
,
string
>
Optional
Readonly
fetch
fetch
?:
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
Settings
Member Visibility
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
base
Url
default
Headers
fetch
GitHub
FuncType - v0.60.3
Loading...