RequestUtils
org.encalmo.utils.RequestUtils
object RequestUtils
Attributes
- Graph
-
- Supertypes
- Self type
-
RequestUtils.type
Members list
Type members
Classlikes
final class DelayedRetryPolicy[T](initialResponse: Response[T], remainingAttempts: Int, nextDelay: Long, backoffFactor: Double, backoffDeclineFactor: Double) extends RetryPolicy[T]
Attributes
- Companion
- object
- Supertypes
object DelayedRetryPolicy
Attributes
- Companion
- class
- Supertypes
- Self type
-
DelayedRetryPolicy.type
object Retry
object RetryOn5xx extends RetryWithPolicy
Attributes
- Supertypes
- Self type
-
RetryOn5xx.type
Attributes
- Supertypes
- Known subtypes
-
class DelayedRetryPolicy[T]
class RetryWithDelay(maxAttempts: Int, initialDelay: Long, backoffFactor: Double, backoffDeclineFactor: Double, shouldRetryFx: [T] => (x$1: Response[T]) => Boolean) extends RetryWithPolicy
Attributes
- Supertypes
trait RetryWithPolicy extends Retry
Attributes
- Supertypes
- Known subtypes
-
object RetryOn5xxclass RetryWithDelay
- Self type
Value members
Concrete fields
Extensions
Extensions
extension [T](request: Request[T])
final inline def sendRequest(comment: String, debugHttp: Boolean, debugHttpie: Boolean, mask: Boolean): Response[T]
In this article