Home
last modified time | relevance | path

Searched refs:get_http_client (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php269 … $feed = $this->get_http_client()->request(Client::METHOD_GET, $href, $headers);
402 $feed = $this->get_http_client()->request(Client::METHOD_GET, $value, $headers);
434 $feed = $this->get_http_client()->request(Client::METHOD_GET, $value, $headers);
452 private function get_http_client(): Client function in SimplePie\\Locator
H A DSanitize.php509 $file = $this->get_http_client()->request(
812 private function get_http_client(): Client function in SimplePie\\Sanitize
H A DSimplePie.php1689 $http_client = $this->get_http_client();
1924 … $file = $this->get_http_client()->request(Client::METHOD_GET, $this->feed_url, $headers);
1978 … $file = $this->get_http_client()->request(Client::METHOD_GET, $this->feed_url, $headers);
2006 $http_client = $this->get_http_client();
3445 private function get_http_client(): Client function in SimplePie\\SimplePie