PercentDecoder

case class PercentDecoder(ignoreInvalidPercentEncoding: Boolean) extends UriDecoder
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def decode(s: String): String
def decodeBytes(s: String, charset: String): Array[Byte]

Inherited methods

Inherited from
UriDecoder
def decodeTuple(kv: (String, Option[String])): (String, Option[String])
Inherited from
UriDecoder
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product