Packages

package decoding

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class PercentDecoder(ignoreInvalidPercentEncoding: Boolean) extends UriDecoder with Product with Serializable
  2. case class PermissiveDecoder(child: UriDecoder) extends UriDecoder with Product with Serializable
  3. class UriDecodeException extends UriException
  4. trait UriDecoder extends Product with Serializable

Value Members

  1. case object NoopDecoder extends UriDecoder with Product with Serializable
  2. object PercentDecoder extends PercentDecoder
  3. object PermissivePercentDecoder extends PermissiveDecoder

Ungrouped