API Core - v1.5.0
GitHub
GitHub Packages
Preparing search index...
index
HttpClientConfig
Interface HttpClientConfig
Construction options for
HttpClient
.
interface
HttpClientConfig
{
baseURL
:
string
;
dispatcher
?:
object
;
headers
?:
Record
<
string
,
string
>
;
redaction
?:
Redaction
;
timeout
:
number
;
}
Index
Properties
base
URL
dispatcher?
headers?
redaction?
timeout
Properties
Readonly
base
URL
baseURL
:
string
Optional
Readonly
dispatcher
dispatcher
?:
object
Optional
Readonly
headers
headers
?:
Record
<
string
,
string
>
Optional
Readonly
redaction
redaction
?:
Redaction
Readonly
timeout
timeout
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
URL
dispatcher
headers
redaction
timeout
GitHub
GitHub Packages
API Core - v1.5.0
Loading...
Construction options for HttpClient.