BasicMultipartBody

sttp.client4.BasicMultipartBody
case class BasicMultipartBody(parts: Seq[Part[BasicBodyPart]]) extends MultipartBody[Any], BasicBody

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BasicBody
trait MultipartBody[Any]
trait GenericRequestBody[Any]
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