RawBodyType

sttp.tapir.RawBodyType$
See theRawBodyType companion trait

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

sealed trait Binary[R] extends RawBodyType[R]

Attributes

Graph
Supertypes
trait RawBodyType[R]
class Object
trait Matchable
class Any
Known subtypes
object ByteArrayBody.type
object ByteBufferBody.type
object FileBody.type
object InputStreamBody.type
case object ByteArrayBody extends Binary[Array[Byte]]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Binary[Array[Byte]]
trait RawBodyType[Array[Byte]]
class Object
trait Matchable
class Any
Self type
case object ByteBufferBody extends Binary[ByteBuffer]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Binary[ByteBuffer]
trait RawBodyType[ByteBuffer]
class Object
trait Matchable
class Any
Self type
case object FileBody extends Binary[FileRange]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object InputStreamBody extends Binary[InputStream]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Binary[InputStream]
trait RawBodyType[InputStream]
class Object
trait Matchable
class Any
Self type
case class MultipartBody(partTypes: Map[String, RawBodyType[_]], defaultType: Option[RawBodyType[_]]) extends RawBodyType[Seq[RawPart]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RawBodyType[Seq[RawPart]]
class Object
trait Matchable
class Any
case class StringBody(charset: Charset) extends RawBodyType[String]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RawBodyType[String]
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror