diff options
Diffstat (limited to 'doc/html/ntqhttp.html')
-rw-r--r-- | doc/html/ntqhttp.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqhttp.html b/doc/html/ntqhttp.html index a4641bb0a..101cf6d89 100644 --- a/doc/html/ntqhttp.html +++ b/doc/html/ntqhttp.html @@ -470,12 +470,12 @@ emitted. When it is finished the requestFinished() signal is emitted. <p> <p>See also <a href="#setHost">setHost</a>(), <a href="#get">get</a>(), <a href="#head">head</a>(), <a href="#request">request</a>(), <a href="#requestStarted">requestStarted</a>(), <a href="#requestFinished">requestFinished</a>(), and <a href="#done">done</a>(). -<h3 class=fn>int <a name="post-2"></a>TQHttp::post ( const <a href="tqstring.html">TQString</a> & path, const <a href="qbytearray.html">TQByteArray</a> & data, <a href="ntqiodevice.html">TQIODevice</a> * to = 0 ) +<h3 class=fn>int <a name="post-2"></a>TQHttp::post ( const <a href="tqstring.html">TQString</a> & path, const <a href="tqbytearray.html">TQByteArray</a> & data, <a href="ntqiodevice.html">TQIODevice</a> * to = 0 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> <em>data</em> is used as the content data of the HTTP request. -<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="readAll"></a>TQHttp::readAll () +<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="readAll"></a>TQHttp::readAll () </h3> Reads all the bytes from the response content and returns them. <p> <p>See also <a href="#get">get</a>(), <a href="#post">post</a>(), <a href="#request">request</a>(), <a href="#readyRead">readyRead</a>(), <a href="#bytesAvailable">bytesAvailable</a>(), and <a href="#readBlock">readBlock</a>(). @@ -523,7 +523,7 @@ emitted. When it is finished the requestFinished() signal is emitted. <p> <p>See also <a href="#setHost">setHost</a>(), <a href="#get">get</a>(), <a href="#post">post</a>(), <a href="#head">head</a>(), <a href="#requestStarted">requestStarted</a>(), <a href="#requestFinished">requestFinished</a>(), and <a href="#done">done</a>(). -<h3 class=fn>int <a name="request-2"></a>TQHttp::request ( const <a href="qhttprequestheader.html">TQHttpRequestHeader</a> & header, const <a href="qbytearray.html">TQByteArray</a> & data, <a href="ntqiodevice.html">TQIODevice</a> * to = 0 ) +<h3 class=fn>int <a name="request-2"></a>TQHttp::request ( const <a href="qhttprequestheader.html">TQHttpRequestHeader</a> & header, const <a href="tqbytearray.html">TQByteArray</a> & data, <a href="ntqiodevice.html">TQIODevice</a> * to = 0 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> <em>data</em> is used as the content data of the HTTP request. |