Multipart

final case class Multipart[F[_]](parts: Vector[Part[F]], boundary: Boundary)

Create a new multipart from a vector of parts and a boundary.

To create Multipart values from a generated boundary, see the Multiparts algebra.

Companion:
object
Source:
Multipart.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Deprecated constructors

@deprecated("Creating a boundary is an effect. Use Multiparts.multipart to generate an F[Multipart[F]], or call the two-parameter constructor with your own boundary.", "0.23.12")
def this(parts: Vector[Part[F]])
Deprecated
Source:
Multipart.scala

Concrete methods

Inherited methods

Inherited from:
Product