Hello. Case is looks like I have a big file on some server. And I want to 
handle it without saving. I need to send cookies and a filled form to get 
file. Then file will be parsed line by line.
So, in my mind it looks like Flow[HttpRequest, Source[ByteString], _]

First of all, I couldn't find some partly realized flows like 
Flow[HttpRequest, T, _] (i try to find it near incomingConnection), with 
that I have a question: should I make hard-coded HttpRequest or I think in 
the wrong direction =)
In second, is this a good solution to get from flow a new Source? Or maybe 
i missed some pattern for this task?

Thanks.

P.S. sorry for bad english

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to