Simple

zio.http.forms.FormData$.Simple
final case class Simple(name: String, value: String) extends FormData

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait FormData
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
FormData

Concrete fields

override val contentType: MediaType
override val filename: Option[String]