use u_agent::process_request; type TestResult = Result>; #[tokio::test] async fn test_first_connection() -> TestResult { Ok(()) }