package forms
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- forms
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Boundary(id: String, charset: Charset = StandardCharsets.UTF_8) extends Product with Serializable
- 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
- final case class Form(formData: Chunk[FormData]) extends Product with Serializable
Represents a form that can be either multipart or url encoded.
- sealed trait FormData extends AnyRef
- sealed trait FormDecodingError extends AnyRef
Represents a form decoding error.
Value Members
- object Boundary extends Serializable
- object ContentTransferEncoding
- object Form extends Serializable
- object FormData
- object FormDecodingError