akka/akka-http

Make it possible to expose HTTP requests as Sink

Aberta

#139 aberto em 8 de set. de 2016

 (4 comentários) (0 reação) (0 responsável)Scala (598 forks)batch import
1 - triagedhelp wantednice-to-have (low-prio)

Métricas do repositório

Stars
 (1.311 estrelas)
Métricas de merge de PR
 (Mesclagem média 1d 10h) (2 fundiu PRs em 30d)

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]].

Guia do colaborador