HttpClientCatsBackend vs AsyncHttpClientCatsBackend

Since AsyncHttpClientCatsBackend was de-depricated and HttpClientCatsBackend is also async, is there any difference between them and how to choose which one to use?

As per our backends guide, for cats I’d simply use the HttpClient-based one. It has minimal dependencies, and as the first one listed can be considered the “default” one.

1 Like