Multipart

org.http4s.multipart.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.

Attributes

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

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
Multipart.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product