Currently the only available native is CurlBackend. Let's add a native Cats Effect backend, this should be possible with current support for Scala Native in CE3.
For example, for Scala.js we have a FetchCatsBackend[F[_]: Async] extends AbstractFetchBackend. We might want something similar, based on the AbstractCurlBackend.