pub type ProtocommHttpdConfig = HttpConfiguration;
pub struct ProtocommHttpdConfig { pub port: u16, pub addr: IpAddr, }
port: u16
addr: IpAddr