Searched refs:resp_headers (Results 1 – 4 of 4) sorted by relevance
44 public $resp_headers; variable in dokuwiki\\HTTP\\HTTPClient164 $this->resp_headers = [];335 $this->resp_headers = $this->parseHeaders($r_headers);336 if (isset($this->resp_headers['set-cookie'])) {337 foreach ((array)$this->resp_headers['set-cookie'] as $cookie) {351 $this->debug('Object headers', $this->resp_headers);355 if (empty($this->resp_headers['location'])) {368 if (!preg_match('/^http/i', $this->resp_headers['location'])) {369 if ($this->resp_headers['location'][0] != '/') {370 … $this->resp_headers['location'] = $uri['scheme'] . '://' . $uri['host'] . ':' . $uriPort .[all …]
32 $this->headers = $this->http->resp_headers;
667 if (isset($http->resp_headers['content-disposition'])) {668 $content_disposition = $http->resp_headers['content-disposition'];
308 (string)($http->resp_headers['content-disposition'] ?? ''),