RequestConfig

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