Home
last modified time | relevance | path

Searched refs:resp_headers (Results 1 – 4 of 4) sorted by path

/dokuwiki/inc/
H A DFeedParserFile.php32 $this->headers = $this->http->resp_headers;
H A Dio.php666 if (isset($http->resp_headers['content-disposition'])) {
667 $content_disposition = $http->resp_headers['content-disposition'];
/dokuwiki/inc/HTTP/
H A DHTTPClient.php44 public $resp_headers;
164 $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['locatio
43 public $resp_headers; global() variable in dokuwiki\\HTTP\\HTTPClient
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php931 if (isset($http->resp_headers['content-disposition'])) {
932 $content_disposition = $http->resp_headers['content-disposition'];