inline suspend fun <reified T> HttpClientCall.body(): T
inline suspend fun <reified T> HttpResponse.body(): T
Tries to receive the payload of the response as an specific type T.
NoTransformationFoundException
- If no transformation is found for the type T.
DoubleReceiveException
- If already called body.