MultipartBody

sttp.tapir.RawBodyType$.MultipartBody
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

Members list

Concise view

Value members

Concrete methods

def partType(name: String): Option[RawBodyType[_]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product