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

oko_2.9.0-1.0.1.0.source-code.package.scala Maven / Gradle / Ivy

The newest version!
package object hiroko {
  import dispatch.FunctionHandler
  import com.ning.http.client.Response

  implicit def r2h[T](f: Response => T): Client.Handler[T] =
    new FunctionHandler(f)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy