CurlClientEngineConfig

A configuration for the Curl client engine.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
var caInfo: String? = null

Sets path to Certificate Authority (CA) bundle using CURLOPT_CAINFO.

Link copied to clipboard
var caPath: String? = null

Sets directory that holds Certificate Authority (CA) certificates using CURLOPT_CAPATH.

Link copied to clipboard
Link copied to clipboard
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.

Link copied to clipboard