Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DPsr18Client.php27 private $httpClient; variable in SimplePie\\HTTP\\Psr18Client
44 …public function __construct(ClientInterface $httpClient, RequestFactoryInterface $requestFactory, … argument
46 $this->httpClient = $httpClient;
53 return $this->httpClient;
114 $response = $this->httpClient->sendRequest($request);
/dokuwiki/inc/Remote/IXR/
H A DClient.php18 protected $httpClient; variable in dokuwiki\\Remote\\IXR\\Client
62 $this->message = new Message($this->httpClient->resp_body);
84 return $this->httpClient;
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php67 $httpClient = new DokuHTTPClient();
68 $status = $httpClient->sendRequest($this->submitUrl, ['data' => $data], 'POST');
70 $error = $httpClient->error;