From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qhttprequestheader.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/html/qhttprequestheader.html') diff --git a/doc/html/qhttprequestheader.html b/doc/html/qhttprequestheader.html index fcb2ab3a..cee6b387 100644 --- a/doc/html/qhttprequestheader.html +++ b/doc/html/qhttprequestheader.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } HTTP. More... -

#include <qhttp.h> +

#include <ntqhttp.h>

Inherits TQHttpHeader.

List of all member functions.

Public Members

@@ -64,7 +64,7 @@ HTTP.

-

This class is used in the TQHttp class to report the header +

This class is used in the TQHttp class to report the header information if the client requests something from the server.

HTTP requests have a method which describes the request's action. The most common requests are "GET" and "POST". In addition to the @@ -76,7 +76,7 @@ obtained using method(), path(), minorVersion().

This class is a TQHttpHeader subclass so that class's functions, e.g. setValue(), value(), etc. are also available. -

See also TQHttpResponseHeader, TQHttp, and Input/Output and Networking. +

See also TQHttpResponseHeader, TQHttp, and Input/Output and Networking.


Member Function Documentation

@@ -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.1