Function hyper::ffi::hyper_io_free

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

Free an IO handle.

This should only be used if the request isn’t consumed by hyper_clientconn_handshake.