Class to implement the HTTP message interface using the Curl library. More...
Public Member Functions | |
bool | send (HttpMessage $message) |
Send the request to the target URL. | |
![]() |
Static Public Attributes | |
static int | $httpVersion = null |
The HTTP version to be used. | |
Class to implement the HTTP message interface using the Curl library.
bool send | ( | HttpMessage | $message | ) |
Send the request to the target URL.
HttpMessage | $message |
Implements ClientInterface.