LTI Integration Library  3.1.0
PHP class library for building LTI integrations
CurlClient Class Reference

Class to implement the HTTP message interface using the Curl library. More...

Inheritance diagram for CurlClient:
ClientInterface

Public Member Functions

 send (HTTPMessage $message)
 Send the request to the target URL. More...
 

Detailed Description

Class to implement the HTTP message interface using the Curl library.

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

Definition at line 15 of file CurlClient.php.

Member Function Documentation

◆ send()

send ( HTTPMessage  $message)

Send the request to the target URL.

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

Implements ClientInterface.

Definition at line 25 of file CurlClient.php.

References HTTPMessage\getMethod(), and HTTPMessage\getUrl().


The documentation for this class was generated from the following file: