Multipart

org.http4s.multipart.Multipart
See theMultipart companion object
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.

Attributes

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

Members list

Concise view

Value members

Deprecated constructors

def this(parts: Vector[Part[F]])

Attributes

Deprecated
true
Source:
Multipart.scala

Concrete methods

Attributes

Source:
Multipart.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product