1 - triagedhelp wantednice-to-have (low-prio)
Métriques du dépôt
- Stars
- (1 311 étoiles)
- Métriques de merge PR
- (Merge moyen 1j 10h) (2 PRs mergées en 30 j)
Description
Issue by drewhk Thursday Dec 17, 2015 at 12:08 GMT Originally opened as https://github.com/akka/akka/issues/19218
What is needed is roughly:
val uploadSink = Flow[ByteString].lift.map(<put Source in HttpRequest>).via(http).to(Sink.ignore)
Where lift is the magic that makes Source[T] to Source[Source[T]].