Plugin

Functions

Link copied to clipboard
open override fun install(plugin: HttpRequestRetry, scope: HttpClient)

Installs the plugin class for a HttpClient defined at scope.

Link copied to clipboard
open override fun prepare(block: HttpRequestRetry.Configuration.() -> Unit): HttpRequestRetry

Builds a TPlugin by calling the block with a TConfig config instance as receiver.

Properties

Link copied to clipboard

Occurs on request retry.

Link copied to clipboard
open override val key: AttributeKey<HttpRequestRetry>

The AttributeKey for this plugin.