setHttpClientProvider

Set a custom GiniHttpClientProvider to provide a configured OkHttpClient.

This allows full control over HTTP client configuration including TLS/SSL settings, proxies, custom interceptors, logging, and more.

Return

The builder instance to enable chaining

Parameters

provider

A GiniHttpClientProvider implementation

See also