Record -
http
: LoadBalanceClientConfiguration
The configurations related to the load balance client endpoint.
Fields
- httpVersion string HTTP_1_1
-
The HTTP version to be used to communicate with the endpoint
- http1Settings ClientHttp1Settings {}
-
Configurations related to HTTP/1.x protocol
- http2Settings ClientHttp2Settings {}
-
Configurations related to HTTP/2 protocol
- timeoutInMillis int 60000
-
The maximum time to wait (in milli seconds) for a response before closing the connection
- forwarded string disable
-
The choice of setting forwarded/x-forwarded header
- followRedirects FollowRedirects? ()
-
Redirect related options
- proxy ProxyConfig? ()
-
Proxy related options
- poolConfig PoolConfiguration? ()
-
Configurations associated with request pooling
- targets TargetService[] []
-
The upstream HTTP endpoints among which the incoming HTTP traffic load should be distributed
- cache CacheConfig {}
-
The configurations for controlling the caching behaviour
- compression Compression COMPRESSION_AUTO
-
Specifies the way of handling compression (
accept-encoding
) header
- auth OutboundAuthConfig? ()
-
Configurations related to the HTTP authentication.
- circuitBreaker CircuitBreakerConfig? ()
-
Circuit Breaker configuration
- retryConfig RetryConfig? ()
-
Retry related options
- lbRule LoadBalancerRule? ()
-
LoadBalancing rule
- failover boolean true
-
Configuration for load balancer whether to fail over in case of a failure