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

Members list

Concise view

Value members

Concrete methods

def charset: Charset

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product