#[unsafe(no_mangle)]
pub unsafe extern "C" fn request_get_header(
req: *const CRequest,
key: *mut c_char,
) -> *const c_charExpand description
ยงSafety
Safe when used with a request generated by Miss Demeanor and
a null terminated string for key only