Searched refs:response_headers (Results 1 – 3 of 3) sorted by relevance
143 private function getHttpResponseCode($response_headers) { argument144 $header_count = count($response_headers);147 $header = $response_headers[$i];156 private function getHttpResponseHeaders($response_headers) { argument157 $header_count = count($response_headers);161 $header = $response_headers[$i];
64 * @param array $response_headers An array of the HTTP response header strings.70 public function storeCookies ($request_url, $response_headers) argument75 $cookies = $this->parseCookieHeaders($response_headers, $defaultDomain);
210 public $response_headers = array (); variable in phpipam_api_client864 $this->response_headers = curl_getinfo($this->Connection);