I need okhttp + effect system (of cats.effect.IO) + stream support combination.
But it doesn’t seem to exist in existing implementations.
Also, I tried to create a custom backend that inherited from OkHttpAsyncBackend, but I couldn’t because of BodyToOkHttp visibility issues. BodyToOkHttp have private[okhttp] .
Why doesn’t an implementation for this combination exist? And is it okay to submit an MR PR for the okhttp + fs2Stream backend implementation?