scalaj-http icon indicating copy to clipboard operation
scalaj-http copied to clipboard

Existence of Http Pool

Open dmvieira opened this issue 5 years ago • 1 comments

Do you have plans for http pool support?

dmvieira avatar Jul 20 '18 21:07 dmvieira

This library uses java.net.HttpURLConnection under the covers which is implemented with some amount of connection reuse though the exact details are a bit opaque to me. This library attempts to clean resources such that they can be reused

On Fri, Jul 20, 2018 at 15:25 Diogo [email protected] wrote:

Do you have plans for http pool support?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/scalaj/scalaj-http/issues/172, or mute the thread https://github.com/notifications/unsubscribe-auth/AABfWKqWDh7VSwqcks0XNadul8Kj6TLVks5uIkrWgaJpZM4VZSmY .

hoffrocket avatar Jul 20 '18 23:07 hoffrocket