getResponseText

open fun getResponseText(): String?

Return (nullable) HTTP response body (as text string) if available, otherwise null. If non-null, the returned value will typically be a JSON text string.

Return

(nullable) HTTP response body (as text string) if available, otherwise null.