ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
client.php File Reference

Go to the source code of this file.

Variables

 $paths
 
foreach($paths as $path) $request = new Request('GET', 'http://localhost/')
 
 $client = new Client()
 
 $response = $client->send($request)
 

Variable Documentation

◆ $client

$client = new Client()

Definition at line 32 of file client.php.

◆ $paths

$paths
Initial value:
= [
__DIR__ . '/../vendor/autoload.php',
__DIR__ . '/../../../autoload.php',
__DIR__ . '/vendor/autoload.php',
]

Definition at line 15 of file client.php.

◆ $request

foreach ( $paths as $path) $request = new Request('GET', 'http://localhost/')

Definition at line 30 of file client.php.

◆ $response

$response = $client->send($request)

Definition at line 34 of file client.php.