ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ClientInterface.php
Go to the documentation of this file.
1 <?php
2 
20 
22 
30 interface ClientInterface
31 {
39  public function send(HttpMessage $message): bool;
40 }
Class to represent an HTTP message request.
Definition: HttpMessage.php:30
send(HttpMessage $message)
Send the request to the target URL.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$message
Definition: xapiexit.php:32
Interface to represent an HTTP message client.