![]() |
LTI Integration Library
3.1.0
PHP class library for building LTI integrations
|
Class to implement the HTTP message interface using the Curl library. More...
Public Member Functions | |
| send (HTTPMessage $message) | |
| Send the request to the target URL. More... | |
Class to implement the HTTP message interface using the Curl library.
Definition at line 15 of file CurlClient.php.
| send | ( | HTTPMessage | $message | ) |
Send the request to the target URL.
| HTTPMessage | $message |
Implements ClientInterface.
Definition at line 25 of file CurlClient.php.
References HTTPMessage\getMethod(), and HTTPMessage\getUrl().