RetryEventData

class RetryEventData

Data for the HttpRequestRetryEvent event. 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?
Link copied to clipboard
val retryCount: Int