plugin

val plugin: ClientPlugin<Unit>(source)

The plugin to install. Prefer portholeKtor, which reads better at the call site:

HttpClient(CIO) { install(portholeKtor()) }