CurlClientEngineConfig

class CurlClientEngineConfig

A configuration for the Curl client engine.

Constructors

Link copied to clipboard
fun CurlClientEngineConfig()

Properties

Link copied to clipboard
var sslVerify: Boolean = true

Enables TLS host and certificate verification by setting the CURLOPT_SSL_VERIFYPEER and CURLOPT_SSL_VERIFYHOST options. Similar to -k/--insecure curl option.