// Make your model safe and streaming by using a scalaz-stream Process def getData(req: Request): Process[Task, String] = ??? val service: HttpService = { // ...
確定! 回上一頁