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.