Interface to represent an HTTP message client. More...
Inheritance diagram for ceLTIc\LTI\Http\ClientInterface:Public Member Functions | |
| bool | send (HttpMessage $message) |
| Send the request to the target URL. | |
Interface to represent an HTTP message client.
| bool ceLTIc\LTI\Http\ClientInterface::send | ( | HttpMessage | $message | ) |
Send the request to the target URL.
| HttpMessage | $message |
Implemented in ceLTIc\LTI\Http\CurlClient, and ceLTIc\LTI\Http\StreamClient.