Searched refs:get_header_line (Results 1 – 6 of 6) sorted by relevance
163 public function get_header_line(string $name): string; function
89 public function get_header_line(string $name): string function in SimplePie\\HTTP\\RawTextResponse
82 public function get_header_line(string $name): string function in SimplePie\\HTTP\\Psr7Response
60 …$content_type = $this->file->has_header('content-type') ? $this->file->get_header_line('content-ty…61 …ncoding = $this->file->has_header('content-encoding') ? $this->file->get_header_line('content-enco…
165 …code > 307 && $this->status_code < 400) && ($locationHeader = $this->get_header_line('location')) …239 …code > 307 && $this->status_code < 400) && ($locationHeader = $this->get_header_line('location')) …251 … if (($contentEncodingHeader = $this->get_header_line('content-encoding')) !== '') {356 public function get_header_line(string $name): string function in SimplePie\\File
2018 $copyContentType = $file->get_header_line('content-type');3401 $linkHeaderLine = $file->get_header_line('link');