diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/ntqhttp.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt-87d29563.tar.gz tqt-87d29563.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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. |