announcements

mpenet 2025-10-05T18:52:11.358099Z

https://github.com/mpenet/ok-http - A thin wrapper over the widely popular https://square.github.io/okhttp/ 5.x client from Square

🎉 6
ghadi 2025-10-06T20:18:40.228879Z

what was the motivation behind exposing a blocking API?

mpenet 2025-10-06T20:43:00.246779Z

5.x supports Virtual threads (on jdk24+). But i am not closing that door, I could still provide an async facade

mpenet 2025-10-06T20:46:12.427479Z

But that lib was driven by an immediate need, which didn’t include async.

ghadi 2025-10-06T21:02:41.800329Z

cool, that's what I figured but didn't know the details.