SW Combine SDK
Preparing search index...
http/HttpClient
HttpClientOptions
Interface HttpClientOptions
interface
HttpClientOptions
{
baseURL
?:
string
;
debug
?:
boolean
;
maxRetries
?:
number
;
onRateLimitUpdate
?:
(
info
:
RateLimitInfo
)
=>
void
;
retryDelay
?:
number
;
timeout
?:
number
;
}
Index
Properties
base
URL?
debug?
max
Retries?
on
Rate
Limit
Update?
retry
Delay?
timeout?
Properties
Optional
base
URL
baseURL
?:
string
Optional
debug
debug
?:
boolean
Optional
max
Retries
maxRetries
?:
number
Optional
on
Rate
Limit
Update
onRateLimitUpdate
?:
(
info
:
RateLimitInfo
)
=>
void
Callback fired when rate limit info is received from API
Optional
retry
Delay
retryDelay
?:
number
Optional
timeout
timeout
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
URL
debug
max
Retries
on
Rate
Limit
Update
retry
Delay
timeout
SW Combine SDK
Loading...
Callback fired when rate limit info is received from API