RawBodyType

sttp.tapir.RawBodyType
See theRawBodyType companion object
sealed trait RawBodyType[R]

The raw format of the body: what do we need to know, to read it and pass to a codec for further decoding.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Binary[R]
object ByteArrayBody.type
object ByteBufferBody.type
object FileBody.type
object InputStreamBody.type
object InputStreamRangeBody.type
class StringBody
Show all
In this article