Home
last modified time | relevance | path

Searched refs:resp_headers (Results 1 – 14 of 14) sorted by relevance

/plugin/upgrade/HTTP/
H A DHTTPClient.php43 public $resp_headers; variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
169 $this->resp_headers = array();
341 $this->resp_headers = $this->parseHeaders($r_headers);
342 if(isset($this->resp_headers['set-cookie'])){
343 foreach ((array) $this->resp_headers['set-cookie'] as $cookie){
357 $this->debug('Object headers',$this->resp_headers);
361 if (empty($this->resp_headers['location'])){
374 if (!preg_match('/^http/i', $this->resp_headers['location'])){
375 if($this->resp_headers['location'][0] != '/'){
376 $this->resp_headers['locatio
[all...]
/plugin/elwikiupgrade/
H A DHTTPClient.php53 var $resp_headers; variable in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
180 $this->resp_headers = array();
350 if(isset($this->resp_headers['set-cookie'])){
365 $this->_debug('Object headers',$this->resp_headers);
369 if (empty($this->resp_headers['location'])){
402 …if((isset($this->resp_headers['transfer-encoding']) && $this->resp_headers['transfer-encoding'] ==…
403 …|| (isset($this->resp_headers['transfer-coding']) && $this->resp_headers['transfer-coding'] == 'ch…
429 …}elseif(isset($this->resp_headers['content-length']) && !isset($this->resp_headers['transfer-encod…
476 … (isset($this->resp_headers['connection']) && $this->resp_headers['connection'] == 'Close')) {
483 if(isset($this->resp_headers['content-encoding']) &&
[all …]
/plugin/linkback/
H A Dhttp.php167 $this->resp_headers = $this->parseHeaders($r_headers);
168 if (isset ($this->resp_headers['set-cookie'])) {
169 foreach ((array) $this->resp_headers['set-cookie'] as $cookie) {
175 $this->debug('Object headers', $this->resp_headers);
179 if (empty ($this->resp_headers['location'])) {
189 if (!preg_match('/^http/i', $this->resp_headers['location'])) {
190 $this->resp_headers['location'] = $uri['scheme'] . '://' . $uri['host'] .
191 $this->resp_headers['location'];
194 return $this->sendRequest($this->resp_headers['location'], array (), 'GET');
266 if ($this->resp_headers['conten
[all...]
H A Dtools.php55 'headers' => $http_client->resp_headers,
/plugin/letsencrypt/classes/
H A DClient.php62 if(isset($this->http->resp_headers['replay-nonce'])) {
63 return $this->http->resp_headers['replay-nonce'];
80 if(isset($this->http->resp_headers['location'])) {
81 return $this->http->resp_headers['location'];
102 if(preg_match('~<(.+)>;rel="up"~', $this->http->resp_headers['link'], $matches)) {
/plugin/issuelinks/services/
H A DGitHub.service.php104 $headers = $this->dokuHTTPClient->resp_headers;
147 if ($this->dokuHTTPClient->resp_headers['x-ratelimit-remaining'] < 500) {
150 dformat($this->dokuHTTPClient->resp_headers['x-ratelimit-reset'])
157 if (empty($this->dokuHTTPClient->resp_headers['link'])) {
160 $links = $utils->parseHTTPLinkHeaders($this->dokuHTTPClient->resp_headers['link']);
573 $headers = $this->dokuHTTPClient->resp_headers;
H A DGitLab.service.php470 $headers = $this->dokuHTTPClient->resp_headers;
/plugin/oiddelegate/
H A Dadmin.php72 if($http->resp_headers['x-xrds-location']){
73 $new[4] = $http->resp_headers['x-xrds-location'];
/plugin/ghissues/helper/
H A DapiCacheInterface.php120 $apiHead = $http->resp_headers;
247 $apiHead = $http->resp_headers;
/plugin/scrape/
H A Dsyntax.php99 [$mime, $charset] = sexplode(';', $http->resp_headers['content-type'], 2);
/plugin/linkback/action/
H A Dsend.php227 if ($this->_ping_page_linkback(trim($type), $page, $http_client->resp_headers, $data, $linkback_info))
/plugin/oembed/
H A Dsyntax.php415 'headers' => $client->resp_headers,
/plugin/siteexport/action/
H A Dajax.php601 $this->functions->debug->message("Headers received", $http->resp_headers, 2);
627 $extension = explode(';', $http->resp_headers['content-type'], 2);
637 …y($tmpFile, preg_replace("/.*?filename=\"?(.*?)\"?;?$/", "$1", $http->resp_headers['content-dispos…
/plugin/webdavclient/
H A Dhelper.php586 array_unshift($urilist, $this->client->resp_headers['location']);