receiveOrNull
Receives content for this request.
Return
instance of T received from this call, or null
if content cannot be transformed to the requested type.
Receives content for this request.
Return
instance of T received from this call, or null
if content cannot be transformed to the requested type..
Parameters
type
instance of KClass
specifying type to be received.