pub async fn send_with_headers( router: Router, method: &str, uri: &str, body: &str, headers: &[(&str, &str)], ) -> TestResponse
Send a request with extra headers.