I am trying to make a singleRequest from Akka using this code:
val request = HttpRequest( method = HttpMethods.GET, uri = "url" ) val responseFu