Closes this client, and releases underlying resources.
Closes this client, and releases underlying resources.
The underlying implementation of the client, if any.
The underlying implementation of the client, if any. You must cast explicitly to the type you want.
the type you are expecting (i.e. isInstanceOf)
the backing class.
Generates a WS Request.
Generates a WS Request. This is a builder that can be used to build up an
HTTP request, finally calling a termination method like get()
or execute()
which returns a Future[WSResponse]
.
The base URL to make HTTP requests to.
a request
java.lang.IllegalArgumentException
if the URL is invalid.
Async WS Client backed by AsyncHttpClient.
See https://www.playframework.com/documentation/latest/ScalaWS for documentation.