| CLASS REFERENCE |
| Source: /harbour/contrib/hbqt/TQHttp.prg |
| http://doc.trolltech.com/4.5/qhttp.htm |
| oHttp : bytesAvailable() | nQint64 |
| oHttp : clearPendingRequests() | NIL |
| oHttp : close() | nInt |
| oHttp : currentDestinationDevice() | pQIODevice |
| oHttp : currentId() | nInt |
| oHttp : currentRequest() | RequestHeader |
| oHttp : currentSourceDevice() | pQIODevice |
| oHttp : error() | nError |
| oHttp : errorString() | cQString |
| oHttp : get( cPath, pTo ) | nInt |
| oHttp : hasPendingRequests() | lBool |
| oHttp : head( cPath ) | nInt |
| oHttp : lastResponse() | ResponseHeader |
| oHttp : post( cPath, pData, pTo ) | nInt |
| oHttp : post_1( cPath, pData, pTo ) | nInt |
| oHttp : readAll() | pQByteArray |
| oHttp : request( pHeader, pData, pTo ) | nInt |
| oHttp : request_1( pHeader, pData, pTo ) | nInt |
| oHttp : setHost( cHostName, nPort ) | nInt |
| oHttp : setHost_1( cHostName, nMode, nPort ) | nInt |
| oHttp : setProxy( cHost, nPort, cUsername, cPassword ) | nInt |
| oHttp : setProxy_1( pProxy ) | nInt |
| oHttp : setSocket( pSocket ) | nInt |
| oHttp : setUser( cUserName, cPassword ) | nInt |
| oHttp : state() | nState |
| oHttp : abort() | NIL |
| FUNCTIONS REFERENCE |
| Source: /harbour/contrib/hbqt/QHttp.cpp |
| Qt_QHttp_bytesAvailable( pQHttp ) | nQint64 |
| Qt_QHttp_clearPendingRequests( pQHttp ) | NIL |
| Qt_QHttp_close( pQHttp ) | nInt |
| Qt_QHttp_currentDestinationDevice( pQHttp ) | pQIODevice |
| Qt_QHttp_currentId( pQHttp ) | nInt |
| Qt_QHttp_currentRequest( pQHttp ) | pQHttpRequestHeader |
| Qt_QHttp_currentSourceDevice( pQHttp ) | pQIODevice |
| Qt_QHttp_error( pQHttp ) | nError |
| Qt_QHttp_errorString( pQHttp ) | cQString |
| Qt_QHttp_get( pQHttp, cPath, pTo ) | nInt |
| Qt_QHttp_hasPendingRequests( pQHttp ) | lBool |
| Qt_QHttp_head( pQHttp, cPath ) | nInt |
| Qt_QHttp_lastResponse( pQHttp ) | pQHttpResponseHeader |
| Qt_QHttp_post( pQHttp, cPath, pData, pTo ) | nInt |
| Qt_QHttp_post_1( pQHttp, cPath, pData, pTo ) | nInt |
| Qt_QHttp_readAll( pQHttp ) | pQByteArray |
| Qt_QHttp_request( pQHttp, pHeader, pData, pTo ) | nInt |
| Qt_QHttp_request_1( pQHttp, pHeader, pData, pTo ) | nInt |
| Qt_QHttp_setHost( pQHttp, cHostName, nPort ) | nInt |
| Qt_QHttp_setHost_1( pQHttp, cHostName, nMode, nPort ) | nInt |
| Qt_QHttp_setProxy( pQHttp, cHost, nPort, cUsername, cPassword ) | nInt |
| Qt_QHttp_setProxy_1( pQHttp, pProxy ) | nInt |
| Qt_QHttp_setSocket( pQHttp, pSocket ) | nInt |
| Qt_QHttp_setUser( pQHttp, cUserName, cPassword ) | nInt |
| Qt_QHttp_state( pQHttp ) | nState |
| Qt_QHttp_abort( pQHttp ) | NIL |