All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.lemonlabs.uri.encoding.NoopEncoder.scala Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package io.lemonlabs.uri.encoding

case object NoopEncoder extends UriEncoder {
  def shouldEncode(ch: Char) = false
  def encodeChar(ch: Char) = ch.toString
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy