Body

object Body
Utility for working with the request body.
class Object
trait Matchable
class Any

Value members

Methods

def stream[T](req: HttpRequest[T]): InputStream
def reader[T](req: HttpRequest[T]): Reader
def bytes[T](req: HttpRequest[T]): Array[Byte]
def string[T](req: HttpRequest[T]): String