Add configuration support for OpenSergoClient so that users could configure TLS, retry, timeout and others. --- `OpenSergoClient` 支持自定义配置(如 TLS、重试配置、超时配置等)。API 范式可以是普通的带 config 构造的方式,也可以是 builder 方式 (OpenSergoClientBuilder)。
Add configuration support for OpenSergoClient so that users could configure TLS, retry, timeout and others.
OpenSergoClient支持自定义配置(如 TLS、重试配置、超时配置等)。API 范式可以是普通的带 config 构造的方式,也可以是 builder 方式 (OpenSergoClientBuilder)。