edenman
val statement = HttpStatement(builder, client) val rawResponse = statement.execute() val myResponseType = rawResponse.receive<YourType>()