Type Definition AsyncHttpClient
Other items ingraph_http
type AsyncHttpClient = HttpClient<Arc<Mutex<GraphRequest<Client, Body, Form>>>>;