[][src]Macro wdg_uri::authority

macro_rules! authority {
    ($host: expr) => { ... };
    ($host:expr;$port:expr) => { ... };
    ($user_info:expr;$host:expr;$port:expr) => { ... };
    ($user_info:expr;$host:expr;) => { ... };
}