LTI Integration Library 4.10.3
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:
ClientInterface

Public Member Functions

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

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>)

Definition at line 14 of file StreamClient.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 24 of file StreamClient.php.

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


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