Class to implement the HTTP message interface using a file stream. More...
Inheritance diagram for ceLTIc\LTI\Http\StreamClient:Public Member Functions | |
| bool | send (HttpMessage $message) |
| Send the request to the target URL. | |
Class to implement the HTTP message interface using a file stream.
| bool ceLTIc\LTI\Http\StreamClient::send | ( | HttpMessage | $message | ) |
Send the request to the target URL.
| HttpMessage | $message |
Implements ceLTIc\LTI\Http\ClientInterface.