processResponse() protected method
Processes raw response converting it to actual data.
protected array processResponse ( $rawResponse, $contentType = self::CONTENT_TYPE_AUTO )$rawResponse string
Raw response. $contentType string
Response content type. return array
Actual response. throws yii\base\Exception
on failure.