The akka http client is a useful library, but it is a bit inconvenient in terms of interfaces.
So I wrapped up the akka http interface and created the akka http simple client.
- sbt Dependency
It will be added later...
Get(s"Input target uri").receiveAs[AnyYourResponseObject].await shouldBe AnyYourResponseObject("baz")