HttpClientConfig
class HttpClientConfig
Configuration class for creating a default Ktor HTTP client with standard settings.
This class provides a DSL for configuring the default HTTP client created by the HttpClient factory function. It allows customization of timeout and logging behavior while using sensible defaults.
Default values:
Timeout: 15 seconds
Logger: WARN level (logs warnings and errors only)