Skip to main content

hyper_body_free

Function hyper_body_free 

Source
#[unsafe(no_mangle)]
pub extern "C" fn hyper_body_free(body: *mut hyper_body)
Available on crate feature ffi and hyper_unstable_ffi only.
Expand description

Free a body.

This should only be used if the request isn’t consumed by hyper_body_foreach or hyper_request_set_body.