something like this might work? ``` val state...
# ktor
e
something like this might work?
Copy code
val statement = HttpStatement(builder, client)
      val rawResponse = statement.execute()
      val myResponseType = rawResponse.receive<YourType>()