koush / AndroidAsync

Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.
Other
7.51k stars 1.56k forks source link

Is there a way to specify different DNS lookup for each request? #690

Open flyinmind opened 3 years ago

flyinmind commented 3 years ago

When using http client, I want to distribute requests by some parameters. For example use http DNS.

Is there a way to specify different DNS lookup for each request? Thanks!