Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The TQHttpResponseHeader class contains response header information for HTTP. More...
#include <qhttp.h>
Inherits TQHttpHeader.
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 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 minorVersion(), statusCode(), and reasonPhrase().
Reimplemented from TQHttpHeader.
See also majorVersion(), statusCode(), and reasonPhrase().
Reimplemented from TQHttpHeader.
See also statusCode(), majorVersion(), and minorVersion().
See also reasonPhrase(), majorVersion(), and minorVersion().
This file is part of the TQt toolkit. Copyright © 1995-2007 Trolltech. All Rights Reserved.
Copyright © 2007 Trolltech | Trademarks | TQt 3.3.8
|