Record -
grpc
: ClientEndpointConfig
Represents client endpoint configuration.
Fields
- timeoutMillis int 60000
-
The maximum time to wait (in milliseconds) for a response before closing the connection
- httpVersion string 2.0
-
The HTTP version understood by the client
- forwarded string disable
-
The choice of setting
forwarded
/x-forwarded
header
- proxy ProxyConfig? ()
-
Proxy server related options
- poolConfig PoolConfiguration? ()
-
Connection pool configuration
- secureSocket SecureSocket? ()
-
SSL/TLS related options
- compression Compression COMPRESSION_AUTO
-
Specifies the way of handling compression (
accept-encoding
) header