Home
last modified time | relevance | path

Searched refs:get_headers (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DResponse.php102 public function get_headers(): array; function
H A DRawTextResponse.php62 public function get_headers(): array function in SimplePie\\HTTP\\RawTextResponse
H A DPsr7Response.php59 public function get_headers(): array function in SimplePie\\HTTP\\Psr7Response
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php325 public function get_headers(): array function in SimplePie\\File
351 $new->set_headers($newHeader + $this->get_headers());
426 foreach ($response->get_headers() as $name => $header) {
H A DSanitize.php519 …if ($cache->set_data($image_url, ['headers' => $file->get_headers(), 'body' => $file->get_body_con…
H A DSimplePie.php2093 foreach ($file->get_headers() as $key => $values) {
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md46 - `SimplePie\File::$headers` is deprecated, use `SimplePie\File::get_headers()` instead