summaryrefslogtreecommitdiffstats
path: root/doc/html/qhttpheader.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/qhttpheader.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qhttpheader.html')
-rw-r--r--doc/html/qhttpheader.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qhttpheader.html b/doc/html/qhttpheader.html
index 16a20267c..f2dc6938e 100644
--- a/doc/html/qhttpheader.html
+++ b/doc/html/qhttpheader.html
@@ -127,24 +127,24 @@ Returns the value of the special HTTP header field <tt>content-type</tt>.
<h3 class=fn>bool <a name="hasContentLength"></a>TQHttpHeader::hasContentLength () const
</h3>
-Returns TRUE if the header has an entry for the special HTTP
-header field <tt>content-length</tt>; otherwise returns FALSE.
+Returns true if the header has an entry for the special HTTP
+header field <tt>content-length</tt>; otherwise returns false.
<p> <p>See also <a href="#contentLength">contentLength</a>() and <a href="#setContentLength">setContentLength</a>().
<h3 class=fn>bool <a name="hasContentType"></a>TQHttpHeader::hasContentType () const
</h3>
-Returns TRUE if the header has an entry for the the special HTTP
-header field <tt>content-type</tt>; otherwise returns FALSE.
+Returns true if the header has an entry for the the special HTTP
+header field <tt>content-type</tt>; otherwise returns false.
<p> <p>See also <a href="#contentType">contentType</a>() and <a href="#setContentType">setContentType</a>().
<h3 class=fn>bool <a name="hasKey"></a>TQHttpHeader::hasKey ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;key ) const
</h3>
-Returns TRUE if the HTTP header has an entry with the given <em>key</em>; otherwise returns FALSE.
+Returns true if the HTTP header has an entry with the given <em>key</em>; otherwise returns false.
<p> <p>See also <a href="#value">value</a>(), <a href="#setValue">setValue</a>(), and <a href="#keys">keys</a>().
<h3 class=fn>bool <a name="isValid"></a>TQHttpHeader::isValid () const
</h3>
-Returns TRUE if the HTTP header is valid; otherwise returns FALSE.
+Returns true if the HTTP header is valid; otherwise returns false.
<p> A TQHttpHeader is invalid if it was created by parsing a malformed string.
<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="keys"></a>TQHttpHeader::keys () const