Package-level declarations
Properties
Functions
Link copied to clipboard
Creates a copy of the given HTTP request builder, preserving its configuration but not the execution context, and guarantees that any completion or failure of the original request is mirrored onto the copy.
Link copied to clipboard
fun HttpRequestBuilder.kRetry(disable: Boolean = false, configure: RetryPluginConfigBuilder.() -> Unit = {})
Configures the KresilRetryPlugin on a per-request level. The configuration declared in this block will override the global configuration, or inherit from it if not specified.