Bytes

oxygen.http.model.HttpBody.Bytes
final case class Bytes(body: Array[Byte], contentType: ContentType, charset: Charset) 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