HttpClientSettings

data class HttpClientSettings(val baseUrl: URL? = null, val contentType: ContentType? = null, val accept: List<ContentType> = emptyList(), val useCookies: Boolean = true, val headers: Headers = Headers(), val insecure: Boolean = false, val sslSettings: SslSettings? = null, val authorization: Authorization? = null, val followRedirects: Boolean = false)

Constructors

Link copied to clipboard
constructor(baseUrl: URL? = null, contentType: ContentType? = null, accept: List<ContentType> = emptyList(), useCookies: Boolean = true, headers: Headers = Headers(), insecure: Boolean = false, sslSettings: SslSettings? = null, authorization: Authorization? = null, followRedirects: Boolean = false)

Properties

Link copied to clipboard
val accept: List<ContentType>
Link copied to clipboard
Link copied to clipboard
val baseUrl: URL? = null
Link copied to clipboard
Link copied to clipboard
val followRedirects: Boolean = false
Link copied to clipboard
Link copied to clipboard
val insecure: Boolean = false
Link copied to clipboard
Link copied to clipboard
val useCookies: Boolean = true