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

io.lemonlabs.uri.decoding.NoopDecoder.scala Maven / Gradle / Ivy

The newest version!
package io.lemonlabs.uri.decoding

case object NoopDecoder extends UriDecoder {
  def decode(s: String) = s
  def decodeBytes(data: String, charset: String): Array[Byte] = data.getBytes(charset)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy