Class to implement the HTTP message interface using a file stream. More...
Public Member Functions | |
| send (HttpMessage $message) | |
| Send the request to the target URL. | |
| send (HttpMessage $message) | |
| Send the request to the target URL. | |
Class to implement the HTTP message interface using a file stream.
Definition at line 14 of file StreamClient.php.
| send | ( | HttpMessage | $message | ) |
Send the request to the target URL.
| HttpMessage | $message |
Implements ClientInterface.
Definition at line 24 of file StreamClient.php.
References HttpMessage\getMethod(), and HttpMessage\getUrl().