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 send | ( | HttpMessage | $message | ) |
Send the request to the target URL.
| HttpMessage | $message |
Implemented in CurlClient, and StreamClient.