Habari\CURLRequestProcessor::get_response_body PHP Method

get_response_body() public method

public get_response_body ( )
    public function get_response_body()
    {
        if (!$this->executed) {
            throw new \Exception(_t('Unable to get response body. Request did not yet execute.'));
        }
        return $this->response_body;
    }