Hello, Have anyone here ever tried using akka-http with the play-ws library? I know that akka-http have a built-in client support http://doc.akka.io/docs/akka/2.4.7/scala/http/client-side/request-level.html But it lacks some functions like sending the request through a http proxy server. I have tried to include play-ws library and new an `AhcWSClient` by myself and passed an `ActorMaterializer` to it. It seems to work, but I'm wondering if it create another Netty server underneath? Or if I create many `AhcWSClient` in my system, would it be a performance inpact?
Thanks, pishen -- >>>>>>>>>> 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.
