Home
last modified time | relevance | path

Searched refs:httpClient (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Remote/IXR/
H A DClient.php19 protected $httpClient; variable in dokuwiki\\Remote\\IXR\\Client
64 $this->message = new Message($this->httpClient->resp_body);
86 return $this->httpClient;
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php66 $httpClient = new DokuHTTPClient();
67 $status = $httpClient->sendRequest($this->submitUrl, array('data' => $data), 'POST');
69 $error = $httpClient->error;