LTI Integration Library  3.1.0
PHP class library for building LTI integrations
ClientInterface.php
Go to the documentation of this file.
1 <?php
2 
3 namespace ceLTIc\LTI\Http;
4 
6 
15 interface ClientInterface
16 {
17 
25  public function send(HTTPMessage $message);
26 }
send(HTTPMessage $message)
Send the request to the target URL.
Class to represent an HTTP message request.
Definition: HTTPMessage.php:16
Interface to represent an HTTP message client.