https://github.com/mpenet/ok-http - A thin wrapper over the widely popular https://square.github.io/okhttp/ 5.x client from Square
what was the motivation behind exposing a blocking API?
5.x supports Virtual threads (on jdk24+). But i am not closing that door, I could still provide an async facade
But that lib was driven by an immediate need, which didn’t include async.
cool, that's what I figured but didn't know the details.