BodyWritable

play.api.libs.ws.BodyWritable
See theBodyWritable companion object
class BodyWritable[-A](val transform: A => WSBody, val contentType: String)

This is a type class pattern for writing different types of bodies to a WS request.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def map[B](f: B => A): BodyWritable[B]

Concrete fields

val contentType: String
val transform: A => WSBody