M
M
mitaichik2016-03-08 16:16:16
Java
mitaichik, 2016-03-08 16:16:16

What is a good library for HTTP requests?

Hello! Can you tell me a library for working with HTTP requests?
It is necessary that it be asynchronous (that is), I could run several requests at once and wait for their execution. And so that you can create several pools with different clients (to work from several users at once)
A good example is unirest, but an http client is installed there for all requests at once and it is not possible to make some requests from one client, some from another. Does anyone know of good analogues?
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
mitaichik, 2016-03-08
@mitaichik

OkHttp seems to be normal, but there is a dependency com.google.android. Does it make sense to use it on non-android applications?

A
Alexander Dorofeev, 2016-03-08
@TechCloud

Retrofit + RxJava - "hellish " mixture!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question