Logging

fun HttpClientConfig<*>.Logging(block: LoggingConfig.() -> Unit = {})

Configures and installs Logging in HttpClient.

Report a problem


A client's plugin that provides the capability to log HTTP calls.

You can learn more from Logging.

Report a problem