package nova.monadic_sfx.http import sttp.client.asynchttpclient.monix.AsyncHttpClientMonixBackend import nova.monadic_sfx.AppTypes object Backend { val backend = AsyncHttpClientMonixBackend .resource() def apply() = { backend } }