enum Body with Eq, ToString
case Text(String)
case Bytes(Vector[Int8])
An enum representing the body of an HTTP request or response.
instance Eq[Body]
instance ToString[Body]