#[unsafe(no_mangle)]pub extern "C" fn hyper_response_reason_phrase_len(
resp: *const hyper_response,
) -> usizeAvailable on crate feature
ffi and hyper_unstable_ffi only.Expand description
Get the length of the reason-phrase of this response.
Use hyper_response_reason_phrase() to get the buffer pointer.