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

Set the whether to include a copy of the raw headers in responses received on this connection.

Pass 0 to disable, 1 to enable.

If enabled, see hyper_response_headers_raw() for usage.