Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/modules
HttpBridgeConfig
Type Alias HttpBridgeConfig<TConfig, TSchema>
HttpBridgeConfig
:
BridgeConfig
<
{
client
?:
BridgeConfig
[
"client"
]
&
{
url
:
string
}
;
failureRetryTime
?:
number
;
failureTimeCacheMax
?:
number
;
host
?:
{
port
:
number
}
;
maxConnections
?:
number
;
maxPayloadSizeWarning
?:
number
;
nodeUrl
?:
string
;
schema
:
HttpBridgeConfigSchema
;
}
&
TConfig
,
TSchema
extends
string
?
TSchema
:
HttpBridgeConfigSchema
,
>
Type Parameters
TConfig
extends
EmptyObject
=
EmptyObject
TSchema
extends
string
|
void
=
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
XYO Platform SDK - v3.6.9
Loading...