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
object FileBody
class StringBody
Show all
In this article