So I have a function with this signature (akka.http.model.HttpResponse):
def apply(query: Seq[(String, String)], accept: String): HttpResponse
Unmarshaller.stringUnmarshaller(someHttpEntity)
works like a charm, implicit materializer needed as well