LTI Integration Library 5.2.0
PHP class library for building LTI integrations
 
Loading...
Searching...
No Matches
ceLTIc\LTI\Http\ClientInterface Interface Reference

Interface to represent an HTTP message client. More...

+ Inheritance diagram for ceLTIc\LTI\Http\ClientInterface:

Public Member Functions

bool send (HttpMessage $message)
 Send the request to the target URL.
 

Detailed Description

Interface to represent an HTTP message client.

Author
Stephen P Vickers steph.nosp@m.en@s.nosp@m.pvsof.nosp@m.twar.nosp@m.eprod.nosp@m.ucts.nosp@m..com
Licence: GNU Lesser General Public License, version 3 (<http://www.gnu.org/licenses/lgpl.html>)

Member Function Documentation

◆ send()

bool ceLTIc\LTI\Http\ClientInterface::send ( HttpMessage $message)

Send the request to the target URL.

Parameters
HttpMessage$message
Returns
bool True if the request was successful

Implemented in ceLTIc\LTI\Http\CurlClient, and ceLTIc\LTI\Http\StreamClient.