View gist:5277309
/* | |
Minimalist example of failure. Uses: | |
scala: 2.10.0 | |
scalatra: 2.2.0 | |
*/ | |
import akka.actor._ | |
import org.scalatra.{ScalatraServlet, AsyncResult, FutureSupport} | |
import org.scalatra.{Accepted, BadRequest, Forbidden, Ok, Unauthorized} |