LTI Integration Library 5.0.0-rc2
PHP class library for building LTI integrations
 
Loading...
Searching...
No Matches
CurlClient Class Reference

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

Inheritance diagram for CurlClient:
ClientInterface

Public Member Functions

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

Static Public Attributes

static int $httpVersion = null
 The HTTP version to be used.
 

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
Licence: GNU Lesser General Public License, version 3 (<http://www.gnu.org/licenses/lgpl.html>)

Member Function Documentation

◆ send()

bool send ( HttpMessage  $message)

Send the request to the target URL.

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

Implements ClientInterface.

Member Data Documentation

◆ $httpVersion

int $httpVersion = null
static

The HTTP version to be used.

$httpVersion


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