UrlForm

org.http4s.UrlForm$
See theUrlForm companion class
object UrlForm

Attributes

Companion
class
Source
UrlForm.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
UrlForm.type

Members list

Value members

Concrete methods

def apply(values: Map[String, Chain[String]]): UrlForm

Attributes

Source
UrlForm.scala
def apply(values: (String, String)*): UrlForm

Attributes

Source
UrlForm.scala

Attempt to decode the String to a UrlForm

Attempt to decode the String to a UrlForm

Attributes

Source
UrlForm.scala
def encodeString(charset: Charset)(urlForm: UrlForm): String

Encode the UrlForm into a String using the provided Charset

Encode the UrlForm into a String using the provided Charset

Attributes

Source
UrlForm.scala
def fromChain(values: Chain[(String, String)]): UrlForm

Attributes

Source
UrlForm.scala
def single(key: String, value: String): UrlForm

Attributes

Source
UrlForm.scala

Concrete fields

val empty: UrlForm

Attributes

Source
UrlForm.scala

Implicits

Implicits

implicit def entityDecoder[F[_]](implicit F: Concurrent[F], defaultCharset: Charset): EntityDecoder[F, UrlForm]

Attributes

Source
UrlForm.scala
implicit def entityEncoder[F[_]](implicit charset: Charset): EntityEncoder[F, UrlForm]

Attributes

Source
UrlForm.scala
implicit val eqInstance: Eq[UrlForm]

Attributes

Source
UrlForm.scala
implicit val monoidInstance: Monoid[UrlForm]

Attributes

Source
UrlForm.scala