pub async fn serve( addr: SocketAddr, app: App, ) -> Result<(), Box<dyn Error + Send + Sync>>
Start the HTTP server