eva_common

Macro hyper_response

Source
macro_rules! hyper_response {
    ($code: expr, $message: expr) => { ... };
    ($code: expr) => { ... };
}