#[unsafe(no_mangle)]pub extern "C" fn hyper_response_status(
resp: *const hyper_response,
) -> u16
Available on crate feature
ffi
and hyper_unstable_ffi
only.Expand description
Get the HTTP-Status code of this response.
It will always be within the range of 100-599.