MultipartMixed

zio.http.multipart.mixed.MultipartMixed
See theMultipartMixed companion object
final case class MultipartMixed(source: ZStream[Any, Throwable, Byte], boundary: Boundary, bufferSize: Int = ...)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def parts: ZStream[Any, Throwable, Part]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product