Macro handle_http_error

Source
macro_rules! handle_http_error {
    ($res:expr) => { ... };
}