Is there a way to call `client.request {}` with `C...
# ktor
s
Is there a way to call
client.request {}
with
Class<T>
instead of a
reified T
? For interoperability with Java.