ARRR! Answering myself: Found it here: https://github.com/akka/akka/blob/v2.4.9/akka-http-tests/src/test/scala/akka/http/scaladsl/server/directives/WebSocketDirectivesSpec.scala
On Tuesday, August 30, 2016 at 3:44:58 PM UTC-7, Dagny T wrote: > > > I am trying to run this code here: > > http://doc.akka.io/docs/akka/2.4.9/scala/http/routing-dsl/websocket-support.html > > I've separated out the Test code into a separate Scala Script; and am > having trouble tracking down all of the necessary imports for the Test code! > > I'm hoping this code is part of a coherent running example available on a > GitHub repo. > If so; could someone Please Kindly update the Akka Docs with a Link to > said repo? > > THANKS! > D > > Needed Import dependencies for: > - WS > - ~> symbol > - check > - isWebSocketUpgrade shouldEqual > > Have already tried: > > import akka.stream.scaladsl._ > import GraphDSL.Implicits._ > > import akka.http.scaladsl.model.ws._ > > > > > > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
