pub struct Options {
pub schannel_check_revoke: Option<bool>,
}
Available on crate features
blocking-client
and http-client
and http-client-curl
only.Expand description
Options to configure the curl
HTTP handler.
Fields§
§schannel_check_revoke: Option<bool>
If true
and runtime configuration is possible for curl
backends, certificates revocation will be checked.
This only works on windows apparently. Ignored if None
.