Convenient factory method that uses a WSClientConfig value for configuration instead of an org.asynchttpclient.AsyncHttpClientConfig.
Convenient factory method that uses a WSClientConfig value for configuration instead of an org.asynchttpclient.AsyncHttpClientConfig.
Typical usage:
val client = NingWSClient() val request = client.url(someUrl).get() request.foreach { response => doSomething(response) client.close() }
configuration settings
(Since version 2.5) Use play.api.libs.ws.ahc.AhcWSClient instead