You are here

public function ClientInterface::get in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-feed/src/Reader/Http/ClientInterface.php \Zend\Feed\Reader\Http\ClientInterface::get()

Make a GET request to a given URI

Parameters

string $uri:

Return value

ResponseInterface

File

vendor/zendframework/zend-feed/src/Reader/Http/ClientInterface.php, line 20

Class

ClientInterface

Namespace

Zend\Feed\Reader\Http

Code

public function get($uri);