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

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

The newest version!
package io.lemonlabs.uri

package object decoding {
  val percentDecode: PercentDecoder = PercentDecoder

  def decodeCharAs(c: Char, as: String) = DecodeCharAs(c, as)
  val plusAsSpace = DecodeCharAs('+', " ")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy