pub unsafe extern "C" fn httpcSetKeepAlive(
context: *mut httpcContext,
option: HTTPC_KeepAlive,
) -> ResultExpand description
Sets Keep-Alive for the context.
ยงArguments
context- Context to set the KeepAlive flag on.option- HTTPC_KeepAlive option.