LTI Integration Library 5.1.4
PHP class library for building LTI integrations
 
Loading...
Searching...
No Matches
StreamClient Class Reference

Class to implement the HTTP message interface using a file stream. More...

+ Inheritance diagram for StreamClient:

Public Member Functions

bool send (HttpMessage $message)
 Send the request to the target URL.
 
- Public Member Functions inherited from ClientInterface

Detailed Description

Class to implement the HTTP message interface using a file stream.

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.