StreamingForm

zio.http.StreamingForm
See theStreamingForm companion object
final case class StreamingForm(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 charset: Charset
def collectAll(implicit trace: Trace): ZIO[Any, Throwable, Form]

Runs the streaming form and collects all parts in memory, returning a Form

Runs the streaming form and collects all parts in memory, returning a Form

Attributes

def fields(implicit trace: Trace): ZStream[Any, Throwable, FormField]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product