Macro response_from_headers

Source
macro_rules! response_from_headers {
    ($cn:ident, $($fh:ident -> $na:ident: $typ:ty),+) => { ... };
}