Home
last modified time | relevance | path

Searched defs:sendRequest (Results 1 – 2 of 2) sorted by path

/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php62 public function sendRequest($url, $data = '', $method = 'GET') function in dokuwiki\\HTTP\\DokuHTTPClient
H A DHTTPClient.php164 public function sendRequest($url,$data='',$method='GET'){ global() function in dokuwiki\\HTTP\\HTTPClient