Example #1
0
 public function GetHttpRequestObject($url, $method = 'GET', array $options = array())
 {
     return parent::GetHttpRequestObject($url, $method);
 }