Searched defs:sendRequest (Results 1 – 3 of 3) sorted by relevance
| /dokuwiki/inc/HTTP/ | ||
| H A D | DokuHTTPClient.php | 62 public function sendRequest($url, $data = '', $method = 'GET') function in dokuwiki\\HTTP\\DokuHTTPClient |
| H A D | HTTPClient.php | 158 public function sendRequest($url, $data = '', $method = 'GET') function in dokuwiki\\HTTP\\HTTPClient |
| /dokuwiki/_test/tests/inc/ | ||
| H A D | httpclient_mock.php | 40 public function sendRequest($url, $data = '', $method = 'GET') { function in HTTPMockClient |