CurlClientEngineConfig

A configuration for the Curl client engine.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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