UrlForm

smithy4s.http.UrlForm
See theUrlForm companion class
object UrlForm

Attributes

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

Members list

Type members

Classlikes

object Decoder

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Decoder.type
object Encoder

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Encoder.type
final case class FormData(path: PayloadPath, maybeValue: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type Decoder[A] = Decoder[[_] =>> Either[UrlFormDecodeError, _$2], UrlForm, A]
type Encoder[A] = Encoder[UrlForm, A]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def parse(urlFormString: String): Either[UrlFormDecodeError, UrlForm]

Parses a application/x-www-form-urlencoded formatted String into a UrlForm.

Parses a application/x-www-form-urlencoded formatted String into a UrlForm.

Attributes