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

com.netaporter.uri.decoding.NoopDecoder.scala Maven / Gradle / Ivy

The newest version!
package com.netaporter.uri.decoding

import com.netaporter.uri.Uri

/**
 * Date: 28/08/2013
 * Time: 20:58
 */
object NoopDecoder extends UriDecoder {
  def decode(s: String) = s
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy