Endre, I came across this post and wondering if I will be able to send http post/get request from external entity (say from a web browser) and the actor will receive the message? Is that the purpose of akka-http or is there something else already to make this work?
Thanks, Nat On Monday, August 25, 2014 6:40:08 AM UTC-4, Akka Team wrote: > > Hi Sandeep, > > Akka-http is still work-in-progress and so far client functionality is > missing. You can still use the TCP client though, but then you have to > build everything yourself. Your best bet is to wait until the client > features become available, and use spray-client in the meantime. > > -Endre > > > On Sun, Aug 24, 2014 at 1:55 PM, Sandeep Singh <[email protected] > <javascript:>> wrote: > >> I want to just send a http request. >> something like this >> val response: Future[HttpResponse] = >> (IO(Http) ? HttpRequest(GET, Uri("http://google.com >> "))).mapTo[HttpResponse] >> >> -- >> >>>>>>>>>> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Akka Team > Typesafe - The software stack for applications that scale > Blog: letitcrash.com > Twitter: @akkateam > -- >>>>>>>>>> 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 http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
