|
EventHttpConnection::makeRequestMakes an HTTP request over the specified connection Description
public
bool EventHttpConnection::makeRequest(
EventHttpRequest
$req
,
int
$type
,
string
$uri
)
Makes an HTTP request over the specified connection.
Parameters
Return Values
Returns ExamplesExample #1 EventHttpConnection::makeRequest example
The above example will output something similar to: _request_handler Success: 200 Body: PHP, date: 2013-03-13T20:27:52+05:00 See Also
|