Hey Nat, I'm pretty certain that's the end goal of akka-http, but i'm not sure if it's at that level yet or not. I know the akka team have merged/something with the people from spray, so I assume we'll end up seeing all of the functionality from there ported into an akka model when it's released.
Akka team, feel free to correct me if i'm wrong. Cheers Glenn / devalias On Tuesday, 26 August 2014 07:25:38 UTC+10, Natthapol wongsaroj wrote: > > 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]> >> 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]. >>> 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. >>> >> >> >> >> -- >> 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.
