Questions tagged [scala-dispatch]

Dispatch is a library for asynchronous HTTP interaction. It provides a Scala vocabulary for Java’s async-http-client.

Dispatch is a library for asynchronous HTTP interaction. It provides a Scala vocabulary for Java’s async-http-client.

http://dispatch.databinder.net/Dispatch.html

91 questions
-2
votes
1 answer

Getting error from akka dispatch

I want to implement an async rest via scala dispatch but i get an error, and i don't know why. Any ideas? Thanks in advance 11: import dispatch._ def sendRestTo(s: String, body: Option[String] = None) = { 47: val request = host(s) …
rTJ
  • 19
  • 6
1 2 3 4 5 6
7