#[no_mangle]
pub extern "C" fn hyper_clientconn_options_set_preserve_header_order(
opts: *mut hyper_clientconn_options,
enabled: c_int
)
Available on crate feature
ffi
and hyper_unstable_ffi
only.Expand description
Set the whether or not header order is preserved.
Pass 0
to allow reordering (default), 1
to retain original ordering.