RawBodyType

sttp.tapir.RawBodyType
See theRawBodyType companion trait
object RawBodyType

Attributes

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

Members list

Type members

Classlikes

sealed trait Binary[R] extends RawBodyType[R]

Attributes

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

Attributes

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
Show all
Self type
case object ByteBufferBody extends Binary[ByteBuffer]

Attributes

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
Show all
Self type
case object FileBody extends Binary[FileRange]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Binary[FileRange]
class Object
trait Matchable
class Any
Show all
Self type
FileBody.type
case object InputStreamBody extends Binary[InputStream]

Attributes

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
Show all
Self type

Attributes

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

Attributes

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

Attributes

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

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