#[unsafe(no_mangle)]pub extern "C" fn hyper_request_free(req: *mut hyper_request)
Available on crate feature
ffi
and hyper_unstable_ffi
only.Expand description
Free an HTTP request.
This should only be used if the request isn’t consumed by
hyper_clientconn_send
.