#[no_mangle]
pub extern "C" fn hyper_headers_set(
    headers: *mut hyper_headers,
    name: *const u8,
    name_len: size_t,
    value: *const u8,
    value_len: size_t
) -> hyper_code
Expand description

Sets the header with the provided name to the provided value.

This overwrites any previous value set for the header.