ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ClientInterface.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Psr\Http\Client;
4 
7 
8 interface ClientInterface
9 {
20 }
foreach($paths as $path) $request
Definition: asyncclient.php:32
sendRequest(RequestInterface $request)
Sends a PSR-7 request and returns a PSR-7 response.
Representation of an outgoing, server-side response.
Representation of an outgoing, client-side request.