Class to implement the HTTP message interface using a file stream. More...
Public Member Functions | |
bool | send (HttpMessage $message) |
Send the request to the target URL. | |
![]() |
Class to implement the HTTP message interface using a file stream.
bool send | ( | HttpMessage | $message | ) |
Send the request to the target URL.
HttpMessage | $message |
Implements ClientInterface.