Home
last modified time | relevance | path

Searched refs:response_headers (Results 1 – 2 of 2) sorted by relevance

/plugin/authgoogle/google/io/
H A DGoogle_HttpStreamIO.php143 private function getHttpResponseCode($response_headers) { argument
144 $header_count = count($response_headers);
147 $header = $response_headers[$i];
156 private function getHttpResponseHeaders($response_headers) { argument
157 $header_count = count($response_headers);
161 $header = $response_headers[$i];
/plugin/phpipam/
H A Dphpipam-api.php210 public $response_headers = array (); variable in phpipam_api_client
864 $this->response_headers = curl_getinfo($this->Connection);