pros and cons compared with Apache HttpClient or java.net package
leewi9 opened this issue · 1 comments
leewi9 commented
Since Apache HttpClient or java.net package can also do http, any doc about this ?
jjhart commented
This package is async (nonblocking); those libraries are blocking... pretty big difference. This package is more similar to the newer Apache HttpAsyncClient (which i haven't looked at in enough depth to give a better answer).