Searched refs:httpClient (Results 1 – 3 of 3) sorted by relevance
27 private $httpClient; variable in SimplePie\\HTTP\\Psr18Client44 …public function __construct(ClientInterface $httpClient, RequestFactoryInterface $requestFactory, … argument46 $this->httpClient = $httpClient;53 return $this->httpClient;114 $response = $this->httpClient->sendRequest($request);
18 protected $httpClient; variable in dokuwiki\\Remote\\IXR\\Client62 $this->message = new Message($this->httpClient->resp_body);84 return $this->httpClient;
67 $httpClient = new DokuHTTPClient();68 $status = $httpClient->sendRequest($this->submitUrl, ['data' => $data], 'POST');70 $error = $httpClient->error;