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. | |
send (HttpMessage $message) | |
Send the request to the target URL. | |
Static Public Attributes | |
static | $httpVersion = null |
The HTTP version to be used. | |
Class to implement the HTTP message interface using the Curl library.
Definition at line 12 of file CurlClient.php.
send | ( | HttpMessage | $message | ) |
Send the request to the target URL.
HttpMessage | $message |
Implements ClientInterface.
Definition at line 29 of file CurlClient.php.
References HttpMessage\getMethod(), and HttpMessage\getUrl().
|
static |
The HTTP version to be used.
Definition at line 20 of file CurlClient.php.