Function hyper::ffi::hyper_response_free

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

Free an HTTP response.

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