pub async fn start_server_with(
router: Router,
bind: Option<String>,
port: Option<u16>,
) -> Result<()>Expand description
Like start_server, but with optional bind/port overrides that take
precedence over the config file (used by doido server --port/--bind).