pub fn keepalive( url: &String, username: &String, user_agent: &String, client: &Client, ) -> Result<(), String>
Keep the firewall session alive. Needed about once every two minutes, I recommend a 90 second timer.