Convenient factory method that uses a WSClientConfig value for configuration instead of an AsyncHttpClientConfig.
Convenient factory method that uses a WSClientConfig value for configuration instead of an AsyncHttpClientConfig.
Typical usage:
val client = NingWSClient() val request = client.url(someUrl).get() request.foreach { response => doSomething(response) client.close() }
configuration settings