LTI Integration Library
4.10.3
PHP class library for building LTI integrations
Loading...
Searching...
No Matches
Http/ClientInterface.php
1
<?php
2
3
namespace
ceLTIc\LTI\Http;
4
5
use
ceLTIc\LTI\Http\HttpMessage
;
6
14
interface
ClientInterface
15
{
16
24
public
function
send
(
HttpMessage
$message);
25
}
ceLTIc\LTI\Http\HttpMessage
Class to represent an HTTP message request.
Definition
HttpMessage.php:15
ceLTIc\LTI\Http\ClientInterface
Interface to represent an HTTP message client.
Definition
Http/ClientInterface.php:15
ceLTIc\LTI\Http\ClientInterface\send
send(HttpMessage $message)
Send the request to the target URL.
Generated on Tue Jun 13 2023 by
Doxygen 1.9.7