PercentEncoder

Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete fields

val DEFAULT_CHARS_TO_ENCODE: Set[Char]

Probably more than you need to percent encode. Wherever possible try to use a tighter Set of characters to encode depending on your use case

Probably more than you need to percent encode. Wherever possible try to use a tighter Set of characters to encode depending on your use case

val EXCLUDED: Set[Char]
val FRAGMENT_CHARS_TO_ENCODE: Set[Char]
val GEN_DELIMS: Set[Char]
val PATH_CHARS_TO_ENCODE: Set[Char]
val QUERY_CHARS_TO_ENCODE: Set[Char]
val RESERVED: Set[Char]
val SUB_DELIMS: Set[Char]