//! Module to append custom HTTP headers via TOML config file.//!use ;use crateHeaders;/// Append custom HTTP headers to current response.uri: &str,headers_opts_vec: &,resp: &mut ,if let Some = headers_opts_vecfor headers_entry in headers_vec.iter// Match header glob pattern against request uriif headers_entry.source.is_match// Add/update headers if uri matchesfor in &headers_entry.headersresp.headers_mut.insert;