Interface to represent an HTTP message client. More...
Public Member Functions | |
send (HttpMessage $message) | |
Send the request to the target URL. | |
Interface to represent an HTTP message client.
Definition at line 14 of file Http/ClientInterface.php.
send | ( | HttpMessage | $message | ) |
Send the request to the target URL.
HttpMessage | $message |
Implemented in CurlClient, and StreamClient.