Searched refs:HTTPClient (Results 1 – 15 of 15) sorted by relevance
41 * @see HTTPClient44 class XMLRPCClient extends HTTPClient {57 $this->HTTPClient($host, $port);
41 class HTTPClient extends Socket { class61 function HTTPClient($host, $port = 80) { function in HTTPClient
117 require_once(DOKU_INC . '/inc/HTTPClient.php');
34 require_once(DOKU_INC . 'inc/HTTPClient.php');
5 use dokuwiki\HTTP\HTTPClient; alias40 $http = new HTTPClient();
39 require_once (DOKU_INC . 'inc/HTTPClient.php');
10 * Implements the client interface using DokuWiki's HTTPClient12 class HTTPClient implements ClientInterface13 class HTTPClient implements ClientInterface global() class
68 $serviceFactory->setHttpClient(new HTTPClient());
13 class DokuHTTPClient extends HTTPClient {
20 class HTTPClient { class
4 HTTPClient.php
45 $http = new HTTPClient();
46 require_once(DOKU_INC.'inc/HTTPClient.php');
363 require_once (DOKU_INC.'inc/HTTPClient.php');
30 class HTTPClient { class879 class DokuHTTPClient extends HTTPClient {