NextDom\Com\ComHttp
Synopsis
class ComHttp
{
- // members
- private $url;
- private string $username = '';
- private string $password = '';
- private boolean $logError = false;
- private boolean $ping = false;
- private boolean $noSslCheck = true;
- private integer $sleepTime = 500000;
- private string $post = '';
- private string $put = '';
- private string $delete = '';
- private array $header = ;
- private boolean $cookiesession = false;
- private boolean $allowEmptyReponse = false;
- private boolean $noReportError = false;
- private string $userAgent = '';
- private string $CURLOPT_HTTPAUTH = '';
- // methods
- public void __construct()
- public string exec()
- public void getNoSslCheck()
- public void setNoSslCheck()
- public void getHeader()
- public void setHeader()
- public void getCookiesession()
- public void setCookiesession()
- public void getCURLOPT_HTTPAUTH()
- public void setCURLOPT_HTTPAUTH()
- public void getPost()
- public void setPost()
- public void getPut()
- public void setPut()
- public void getDelete()
- public void setDelete()
- public void getUserAgent()
- public void setUserAgent()
- public void getSleepTime()
- public void setSleepTime()
- public void getNoReportError()
- public void setNoReportError()
- public void getAllowEmptyReponse()
- public void setAllowEmptyReponse()
- public void getLogError()
- public void setLogError()
- public void getPing()
- public void setPing()
- public void getUrl()
- public void setUrl()
Members
private
- $CURLOPT_HTTPAUTH
- $allowEmptyReponse
- $delete
- $header
- $logError
- $noReportError
- $noSslCheck
- $password
- $ping
- $post
- $put
- $sleepTime
- $url
- $userAgent
- $username
Methods
public
- __construct()
- exec()
- getAllowEmptyReponse()
- getCURLOPT_HTTPAUTH()
- getCookiesession()
- getDelete()
- getHeader()
- getLogError()
- getNoReportError()
- getNoSslCheck()
- getPing()
- getPost()
- getPut()
- getSleepTime()
- getUrl()
- getUserAgent()
- setAllowEmptyReponse()
- setCURLOPT_HTTPAUTH()
- setCookiesession()
- setDelete()
- setHeader()
- setLogError()
- setNoReportError()
- setNoSslCheck()
- setPing()
- setPost()
- setPut()
- setSleepTime()
- setUrl()
- setUserAgent()