LTI Integration Library 4.10.3
PHP class library for building LTI integrations
 
Loading...
Searching...
No Matches
Http/ClientInterface.php
1<?php
2
3namespace ceLTIc\LTI\Http;
4
6
15{
16
24 public function send(HttpMessage $message);
25}
Class to represent an HTTP message request.
Interface to represent an HTTP message client.
send(HttpMessage $message)
Send the request to the target URL.