Function hyper::ffi::hyper_response_reason_phrase_len[][src]

#[no_mangle]
pub extern "C" fn hyper_response_reason_phrase_len(
    resp: *const hyper_response
) -> size_t
Expand description

Get the length of the reason-phrase of this response.

Use hyper_response_reason_phrase() to get the buffer pointer.