object UrlForm
- Companion:
- class
- Source:
- UrlForm.scala
Value members
Concrete methods
_$6.isEmpty)))newUrlForm(values.-(""))elsenewUrlForm(values)" class="documentableAnchor">
- Source:
- UrlForm.scala
UrlForm.apply(CollectionCompat.mapValues[String,Seq[String],Chain[String]](q.multiParams)(((s:Seq[String])=>Chain.fromSeq[String](s))))))).leftMap[MalformedMessageBodyFailure](((parseFailure:ParseFailure)=>MalformedMessageBodyFailure.apply(parseFailure.message,None)))" class="documentableAnchor">
def UrlForm.apply(CollectionCompat.mapValues[String,Seq[String],Chain[String]](q.multiParams)(((s:Seq[String])=>Chain.fromSeq[String](s))))))).leftMap[MalformedMessageBodyFailure](((parseFailure:ParseFailure)=>MalformedMessageBodyFailure.apply(parseFailure.message,None)))" class="documentableName ">decodeString(charset: Charset)(urlForm: String): Either[MalformedMessageBodyFailure, UrlForm]
Attempt to decode the String
to a UrlForm
Attempt to decode the String
to a UrlForm
- Source:
- UrlForm.scala
Encode the UrlForm into a String
using the provided Charset
Encode the UrlForm into a String
using the provided Charset
- Source:
- UrlForm.scala
Concrete fields
Implicits
Implicits
implicit def entityDecoder[F[_]](implicit F: Concurrent[F], defaultCharset: Charset): EntityDecoder[F, UrlForm]
- Source:
- UrlForm.scala