Advertisement
Olof

spray rest json

Mar 12th, 2015
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.20 KB | None | 0 0
  1.     (get & path(IntNumber)) { id =>
  2.       import MyJsonProtocolII._
  3.       import spray.httpx.SprayJsonSupport._
  4.       val color = Color("CadetBlue", 95, 158, 160)
  5.       complete {
  6.         color
  7.       }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement