![]() |
Home · Modules · Classes · Namespaces · Functions |
The QxtWebRequestEvent class describes a request from a web browser More...
#include <QxtWebRequestEvent>
Inherits QxtWebEvent.
The QxtWebRequestEvent class describes a request from a web browser
The QxtWebRequestEvent class contains information about a request from a web browser.
Constructs a QxtWebRequestEvent for the specified sessionID, requestID and url.
Destroys the event and any content that may still be associated with it.
Contains the content of the request body, if present.
Contains the MIME type of the request body, if present.
Contains all of the cookies sent by the web browser.
Contains all of the headers sent by the web browser.
Note that use of these values may not be portable across session maangers.
Contains the request URL exactly as it was sent from the web browser.
Contains an opaque value generated by the session manager. This request ID must be included in the QxtWebPageEvent or QxtWebPageEvent subclass that is the response to the request.
Contains the request URL, possibly after rewriting by intermediate services such as QxtWebServiceDirectory.
Copyright © 2007-2010 Qxt Foundation |
Qxt 0.6.1 |