All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sttp.client4.RequestOptions.scala Maven / Gradle / Ivy

The newest version!
package sttp.client4

import scala.concurrent.duration.Duration

case class RequestOptions(
    followRedirects: Boolean,
    readTimeout: Duration, // TODO: Use FiniteDuration while migrating to sttp-4
    maxRedirects: Int,
    redirectToGet: Boolean
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy