DelayContext

class DelayContext

A context for HttpRequestRetry.Configuration.delayMillis. Contains a non-null response or cause but not both.

Properties

Link copied to clipboard
val cause: Throwable?
Link copied to clipboard
val request: HttpRequestBuilder
Link copied to clipboard
val response: HttpResponse?