Example #1
0
 public static function getPatchHeaders()
 {
     return parent::getPatchHeaders();
 }
Example #2
0
 public function getDecodedBody()
 {
     $body = json_decode((string) $this->body);
     Base::checkJsonError();
     return $body;
 }
Example #3
0
 public function GetHttpRequestObject($url, $method = 'GET', array $options = array())
 {
     return parent::GetHttpRequestObject($url, $method);
 }