Function hyper::ffi::hyper_response_status[][src]

#[no_mangle]
pub extern "C" fn hyper_response_status(resp: *const hyper_response) -> u16

Get the HTTP-Status code of this response.

It will always be within the range of 100-599.