sttp.tapir.PartCodec
See thePartCodec companion object
case class PartCodec[R, T](rawBodyType: RawBodyType[R], codec: Codec[List[Part[R]], T, _ <: CodecFormat])
Information needed to read a single part of a multipart body: the raw type (rawBodyType
), and the codec which further decodes it.
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any