JSON, XML and Multipart Form Data Readables used for Play-WS bodies.
JSON, XML and Multipart Form Data Writables used for Play-WS bodies.
A Play specific WS client that can use Play specific classes in the request and response building.
A Play specific WS client that can use Play specific classes in the request and response building.
Typically, access this class through dependency injection, i.e.
class MyService @Inject()(ws: WSClient) { val response: Future[WSResponse] = ws.url("http://example.com").get() }
Please see the documentation at https://www.playframework.com/documentation/latest/ScalaWS for more details.
A WS Request builder.
A WS Response that can use Play specific classes.
Provides implicit type classes when you import the package.