Packages

p

zio.http

forms

package forms

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. forms
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Boundary(id: String, charset: Charset = StandardCharsets.UTF_8) extends Product with Serializable
  2. sealed trait ContentTransferEncoding extends AnyRef

    Represents the Content-Transfer-Encoding header.

    Represents the Content-Transfer-Encoding header.

    https://www.w3.org/Protocols/rfc1341/5_Content-Transfer-Encoding.html

  3. final case class Form(formData: Chunk[FormData]) extends Product with Serializable

    Represents a form that can be either multipart or url encoded.

  4. sealed trait FormData extends AnyRef
  5. sealed trait FormDecodingError extends AnyRef

    Represents a form decoding error.

Value Members

  1. object Boundary extends Serializable
  2. object ContentTransferEncoding
  3. object Form extends Serializable
  4. object FormData
  5. object FormDecodingError

Inherited from AnyRef

Inherited from Any

Ungrouped