Text

oxygen.http.model.HttpBody.Text
final case class Text(body: String, contentType: ContentType) extends NonEmpty

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NonEmpty
trait HttpBody
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def readString: Task[String]

Attributes

Inherited from:
HttpBody