zio.http.forms

Members list

Concise view

Type members

Classlikes

final case class Boundary(id: String, charset: Charset)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Boundary

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Represents the Content-Transfer-Encoding header.

Represents the Content-Transfer-Encoding header.

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object 7bit.type
object 8bit.type
object Base64.type
object Binary.type
object QuotedPrintable.type
Self type

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Form(formData: Chunk[FormData])

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

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

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Form

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Form.type
sealed trait FormData

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Binary
class Simple
class Text
object FormData

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait FormDecodingError

Represents a form decoding error.

Represents a form decoding error.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type