RequestConfig

data class RequestConfig(val followRedirects: Boolean = true, val throwErrors: Boolean = false, val maxRedirects: Int = 10, val referer: String? = null, val simulateBrowser: Boolean = false)

Constructors

Link copied to clipboard
constructor(followRedirects: Boolean = true, throwErrors: Boolean = false, maxRedirects: Int = 10, referer: String? = null, simulateBrowser: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val maxRedirects: Int = 10
Link copied to clipboard
val referer: String? = null
Link copied to clipboard
Link copied to clipboard
val throwErrors: Boolean = false