Home
last modified time | relevance | path

Searched refs:sendRequest (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dhttpclient_mock.php40 public function sendRequest($url, $data = '', $method = 'GET') { function in HTTPMockClient
45 $return = parent::sendRequest($url, $data, $method);
/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php62 public function sendRequest($url, $data = '', $method = 'GET') function in dokuwiki\\HTTP\\DokuHTTPClient
77 return parent::sendRequest($url, $data, $method);
H A DHTTPClient.php92 if (!$this->sendRequest($url)) return false;
136 if (!$this->sendRequest($url, $data, 'POST')) return false;
158 public function sendRequest($url, $data = '', $method = 'GET') function in dokuwiki\\HTTP\\HTTPClient
379 … return $this->sendRequest($this->resp_headers['location'], $unencodedData, $method);
382 return $this->sendRequest($this->resp_headers['location'], [], 'GET');
/dokuwiki/inc/Feed/
H A DFeedParserFile.php30 $this->success = $this->http->sendRequest($url);
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php68 $status = $httpClient->sendRequest($this->submitUrl, ['data' => $data], 'POST');
/dokuwiki/inc/
H A Dinfoutils.php404 $http->sendRequest('https://www.dokuwiki.org', '', 'HEAD');