From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/qhttprequestheader.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/qhttprequestheader.html') diff --git a/doc/html/qhttprequestheader.html b/doc/html/qhttprequestheader.html index cee6b387d..5d6218779 100644 --- a/doc/html/qhttprequestheader.html +++ b/doc/html/qhttprequestheader.html @@ -84,7 +84,7 @@ e.g. setValue(), TQHttpRequestHeader::TQHttpRequestHeader ( const TQString & method, const TQString & path, int majorVer = 1, int minorVer = 1 ) +

TQHttpRequestHeader::TQHttpRequestHeader ( const TQString & method, const TQString & path, int majorVer = 1, int minorVer = 1 )

Constructs a HTTP request header for the method method, the request-URI path and the protocol-version majorVer and minorVer. @@ -93,7 +93,7 @@ request-URI path and the protocol-version majorVer and min Constructs a copy of header. -

TQHttpRequestHeader::TQHttpRequestHeader ( const TQString & str ) +

TQHttpRequestHeader::TQHttpRequestHeader ( const TQString & str )

Constructs a HTTP request header from the string str. The str should consist of one or more "\r\n" delimited lines; the first line should be the request-line (format: method, space, request-URI, space @@ -106,7 +106,7 @@ Returns the major protocol-version of the HTTP request header.

See also minorVersion(), method(), path(), and setRequest().

Reimplemented from TQHttpHeader. -

TQString TQHttpRequestHeader::method () const +

TQString TQHttpRequestHeader::method () const

Returns the method of the HTTP request header.

See also path(), majorVersion(), minorVersion(), and setRequest(). @@ -117,19 +117,19 @@ Returns the minor protocol-version of the HTTP request header.

See also majorVersion(), method(), path(), and setRequest().

Reimplemented from TQHttpHeader. -

TQString TQHttpRequestHeader::path () const +

TQString TQHttpRequestHeader::path () const

Returns the request-URI of the HTTP request header.

See also method(), majorVersion(), minorVersion(), and setRequest(). -

void TQHttpRequestHeader::setRequest ( const TQString & method, const TQString & path, int majorVer = 1, int minorVer = 1 ) +

void TQHttpRequestHeader::setRequest ( const TQString & method, const TQString & path, int majorVer = 1, int minorVer = 1 )

This function sets the request method to method, the request-URI to path and the protocol-version to majorVer and minorVer.

See also method(), path(), majorVersion(), and minorVersion(). -

void TQHttpHeader::setValue ( const TQString & key, const TQString & value ) +

void TQHttpHeader::setValue ( const TQString & key, const TQString & value )

Sets the value of the entry with the key to value.

If no entry with key exists, a new entry with the given key @@ -138,7 +138,7 @@ exists, its value is discarded and replaced with the given value.

See also value(), hasKey(), and removeValue().

Example: network/archivesearch/archivedialog.ui.h. -

TQString TQHttpHeader::value ( const TQString & key ) const +

TQString TQHttpHeader::value ( const TQString & key ) const

Returns the value for the entry with the given key. If no entry has this key, an empty string is returned. -- cgit v1.2.3