Whether okhttp +fs2.stream backend implementation exist or not?

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?

The only reason such a combination doesn’t exist is because nobody implemented it yet :slight_smile: Of course, PRs/MRs are welcome!

Thank you for reply. I will submit PR soon.