You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theAbstractCurlBackend
.The text was updated successfully, but these errors were encountered: