diff options
Diffstat (limited to 'doc/html/tqhttpheader.html')
-rw-r--r-- | doc/html/tqhttpheader.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqhttpheader.html b/doc/html/tqhttpheader.html index c5d5c9d07..633354d3f 100644 --- a/doc/html/tqhttpheader.html +++ b/doc/html/tqhttpheader.html @@ -126,24 +126,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 <a href="tqstring.html">TQString</a> & 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="tqstringlist.html">TQStringList</a> <a name="keys"></a>TQHttpHeader::keys () const |