MultipartStreamBody

sttp.client4.MultipartStreamBody
case class MultipartStreamBody[S](parts: Seq[Part[BodyPart[S]]]) extends MultipartBody[S]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MultipartBody[S]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

override def defaultContentType: MediaType

Attributes

Definition Classes
Inherited from:
MultipartBody
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def show: String

Attributes

Definition Classes
Inherited from:
MultipartBody