Home
last modified time | relevance | path

Searched refs:resp_body (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/
H A DFeedParserFile.php33 $this->body = $this->http->resp_body;
/dokuwiki/inc/HTTP/
H A DHTTPClient.php43 public $resp_body;
93 if ($this->status == 304 && $sloppy304) return $this->resp_body;
95 return $this->resp_body;
138 return $this->resp_body;
163 $this->resp_body = '';
494 $this->resp_body = @gzinflate(substr($r_body, 10));
495 if ($this->resp_body === false) {
497 $this->resp_body = $r_body;
500 $this->resp_body = $r_body;
503 $this->debug('response body', $this->resp_body);
42 public $resp_body; global() variable in dokuwiki\\HTTP\\HTTPClient
[all...]
/dokuwiki/inc/Remote/IXR/
H A DClient.php62 $this->message = new Message($this->httpClient->resp_body);