![]() |
LTI Integration Library
3.1.0
PHP class library for building LTI integrations
|
Interface to represent an HTTP message client. More...
Public Member Functions | |
| send (HTTPMessage $message) | |
| Send the request to the target URL. More... | |
Interface to represent an HTTP message client.
Definition at line 15 of file ClientInterface.php.
| send | ( | HTTPMessage | $message | ) |
Send the request to the target URL.
| HTTPMessage | $message |
Implemented in CurlClient, and StreamClient.