Skip to content

Instantly share code, notes, and snippets.

@djmcgill
djmcgill / ClientExample.scala
Created April 21, 2017 10:53 — forked from rklaehn/Client example
akka http file server
package akkahttptest
import akka.http.Http
import akka.stream.ActorFlowMaterializer
import akka.actor.ActorSystem
import akka.stream.scaladsl.{Sink, Source}
import akka.http.model._
object TestClient extends App {