HttpRequest::send

 public HttpMessage HttpRequest::send ( void ) 

説明

Send the HTTP request. Note: While an exception may be thrown, the transfer could have succeeded at least partially, so you might want to check the return values of various HttpRequest::getResponse*() methods.

戻り値

Returns the received response as HttpMessage object.