Function servers::http::header::collect_into_maps

source ยท
fn collect_into_maps(
    name: &str,
    value: u64,
    maps: &mut [&mut HashMap<String, u64>],
)