Arrow
Toggle table of contents
2.1.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-resilience-ktor-client
/
arrow.resilience.ktor.client
/
ModifyRequestContext
Modify
Request
Context
data
class
ModifyRequestContext
(
val
original
:
HttpRequestBuilder
,
val
lastRetryEventData
:
RetryEventData
)
Members
Constructors
Modify
Request
Context
Link copied to clipboard
constructor
(
original
:
HttpRequestBuilder
,
lastRetryEventData
:
RetryEventData
)
Properties
last
Retry
Event
Data
Link copied to clipboard
val
lastRetryEventData
:
RetryEventData
original
Link copied to clipboard
val
original
:
HttpRequestBuilder
request
Link copied to clipboard
val
request
:
HttpRequestBuilder
retry
Count
Link copied to clipboard
val
retryCount
:
Int
Functions
exception
Or
Null
Link copied to clipboard
fun
exceptionOrNull
(
)
:
Throwable
?
response
Or
Null
Link copied to clipboard
fun
responseOrNull
(
)
:
HttpResponse
?