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
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Options
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more