The simplest Async Scala Http Client working with 2.10
This client is not the most efficient or the most async but it works and I am using it for testing my apps.
Please feel free to copy/paste/reuse at your own risk.
cool, I would recommend to check out dispatch.databinder.net and also spray.io spray-client for a more complete implementation of async http with scala.
the only problem with them is that you have to get this libraries on your classpath, just to use the simple async http client, which in time might end up like apache dependency hell... I've seen projects with 400+ jars just because somebody used one class from every jar...
cool, I would recommend to check out dispatch.databinder.net and also spray.io spray-client for a more complete implementation of async http with scala.
ReplyDeletethe only problem with them is that you have to get this libraries on your classpath, just to use the simple async http client, which in time might end up like apache dependency hell... I've seen projects with 400+ jars just because somebody used one class from every jar...
ReplyDelete