Home
last modified time | relevance | path

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

/plugin/authgoogle/google/io/
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/authssocas/vendor/apereo/phpcas/source/CAS/
H A DCookieJar.php64 * @param array $response_headers An array of the HTTP response header strings.
70 public function storeCookies ($request_url, $response_headers) argument
75 $cookies = $this->parseCookieHeaders($response_headers, $defaultDomain);
/plugin/phpipam/
Dphpipam-api.php210 public $response_headers = array (); variable in phpipam_api_client
864 $this->response_headers = curl_getinfo($this->Connection);