hyper_response_reason_phrase_len

Function hyper_response_reason_phrase_len 

Source
#[unsafe(no_mangle)]
pub extern "C" fn hyper_response_reason_phrase_len( resp: *const hyper_response, ) -> usize
Available 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.