play.api.libs.ws.ahc.StandaloneAhcWSClient
See theStandaloneAhcWSClient companion object
class StandaloneAhcWSClient(asyncHttpClient: AsyncHttpClient)(implicit materializer: Materializer) extends StandaloneWSClient
A WS client backed by an AsyncHttpClient.
If you need to debug AsyncHttpClient, add
Value parameters
- asyncHttpClient
-
An already configured asynchttpclient. Note that the WSClient assumes ownership of the lifecycle here, so closing the WSClient will also close asyncHttpClient.
- materializer
-
A materializer, meant to execute the stream
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait StandaloneWSClienttrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass Any
Members list
In this article