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

japgolly.webapputil.http.UrlEncoderApi.scala Maven / Gradle / Ivy

There is a newer version: 2.0.0-RC12
Show newest version
package japgolly.webapputil.http

trait UrlEncoderApi {
  def encode(str: String): String
  def decode(str: String): String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy