Interface to represent an HTTP message client. More...
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.