Skip to main content

https

Macro https 

Source
macro_rules! https {
    (hostname => &$hostname:ident, port => &$port:ident, interface => &$interface:ident, &cert => &$cert:ident, &key => &$key:ident) => { ... };
}