response_from_headers

Macro response_from_headers 

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