Anton Karamanov
Results
2
comments of
Anton Karamanov
+1 Would be really handy.
Akka HTTP also affected: ``` scala implicit val system = ActorSystem("http-streaming") implicit val flowBuilder = ActorMaterializer() val result = HttpEntity.Chunked.fromData(MediaTypes.`text/html`, Source.empty) val route = encodeResponse & path("stream") & complete(result) Http().bindAndHandle(route,...