pub unsafe extern "C" fn httpcSetSSLOpt(
context: *mut httpcContext,
options: u32_,
) -> ResultExpand description
Sets SSL options for the context. The HTTPC SSL option bits are the same as those defined in sslc.h
ยงArguments
context- Context to set flags on.options- SSL option flags.