Function hyper::ffi::hyper_request_headers[][src]

#[no_mangle]pub extern "C" fn hyper_request_headers(
    req: *mut hyper_request
) -> *mut hyper_headers

Gets a reference to the HTTP headers of this request

This is not an owned reference, so it should not be accessed after the hyper_request has been consumed.