PercentDecoder

io.lemonlabs.uri.decoding.PercentDecoder
See thePercentDecoder companion object
case class PercentDecoder(ignoreInvalidPercentEncoding: Boolean) extends UriDecoder

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object PercentDecoder.type

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

Attributes

Inherited from:
UriDecoder
def decodeTuple(kv: (String, Option[String])): (String, Option[String])

Attributes

Inherited from:
UriDecoder
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product