Searched refs:responseHeaders (Results 1 – 2 of 2) sorted by relevance
23 protected $responseHeaders = []; variable in dokuwiki\\Feed\\FeedParserFile45 $this->responseHeaders = $this->normalizeHeaders($this->http->resp_headers);99 return $this->responseHeaders;105 return isset($this->responseHeaders[strtolower($name)]);111 return $this->responseHeaders[strtolower($name)] ?? [];
140 $responseHeaders = curl_exec($fp);143 $responseHeaders = curl_exec($fp);159 …$responseHeaders = \SimplePie\HTTP\Parser::prepareHeaders((string) $responseHeaders, $info['redire…160 $parser = new \SimplePie\HTTP\Parser($responseHeaders, true);228 $responseHeaders = '';230 $responseHeaders .= fread($fp, 1160);234 $parser = new \SimplePie\HTTP\Parser($responseHeaders, true);