#[no_mangle]
pub extern "C" fn hyper_clientconn_options_set_preserve_header_case(
    opts: *mut hyper_clientconn_options,
    enabled: c_int
)
Expand description

Set the whether or not header case is preserved.

Pass 0 to allow lowercase normalization (default), 1 to retain original case.