use dispatch 0.9.5 behind proxy?
问题 I'm trying to execute (in IntelliJ IDE or from sbt command-line) this very basic dispatch snippet from behind a proxy : import dispatch._ val svc = url("http://api.hostip.info/country.php") val country = Http(svc > as.String) println(country()) and all I can get is an exception : java.net.ConnectException: Connection timed out: no further information to http://api.hostip.info/country.php java.util.concurrent.ExecutionException: java.net.ConnectException: Connection timed out: no further