Function hyper::ffi::hyper_clientconn_free

source ·
#[no_mangle]
pub extern "C" fn hyper_clientconn_free(conn: *mut hyper_clientconn)
Available on crate feature ffi and hyper_unstable_ffi only.
Expand description

Free a hyper_clientconn *.

This should be used for any connection once it is no longer needed.