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/qhttpresponseheader.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/qhttpresponseheader.html') diff --git a/doc/html/qhttpresponseheader.html b/doc/html/qhttpresponseheader.html index 34baacee6..8653f6bc9 100644 --- a/doc/html/qhttpresponseheader.html +++ b/doc/html/qhttpresponseheader.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }

The TQHttpResponseHeader class contains response header information for HTTP. More... -

#include <qhttp.h> +

#include <ntqhttp.h>

Inherits TQHttpHeader.

List of all member functions.

Public Members

@@ -52,7 +52,7 @@ The TQHttpResponseHeader class contains response header information for HTTP.

-

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

This class is used by the TQHttp class to report the header information that the client received from the server.

HTTP responses have a status code that indicates the status of the response. This code is a 3-digit integer result code (for details @@ -60,7 +60,7 @@ see to RFC 1945). In addition to the status code, you can also specify a human-readable text that describes the reason for the code ("reason phrase"). This class allows you to get the status code and the reason phrase. -

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

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


Member Function Documentation

TQHttpResponseHeader::TQHttpResponseHeader () @@ -83,7 +83,7 @@ Returns the minor protocol-version of the HTTP response header.

See also majorVersion(), statusCode(), and reasonPhrase().

Reimplemented from TQHttpHeader. -

TQString TQHttpResponseHeader::reasonPhrase () const +

TQString TQHttpResponseHeader::reasonPhrase () const

Returns the reason phrase of the HTTP response header.

See also statusCode(), majorVersion(), and minorVersion(). -- cgit v1.2.1