HttpRequestScheduleConfiguration

Contains HttpRequestSchedule configurations settings.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun modifyRequest(block: suspend ModifyRequestContext.(HttpRequestBuilder) -> Unit)
Link copied to clipboard
fun <A> repeat(schedule: Schedule<HttpResponse, A>)

Repeat the request according to the provided Schedule, the output of the schedule is ignored.

Link copied to clipboard
fun <A> retry(schedule: Schedule<Throwable, A>)