#include <QtCore/QObject>
#include <QtCore/QDateTime>
#include <QtWui/QwuiGlobal>
Classes | |
class | QwuiAbstractRessourceProvider |
A ressource provider is a class that builds a QwuiAbstractRessource for a given HTTP request. This class represents an HTTP session and provides only the session management informations to subclasses. Subclasses must implement the provide() method to return a QwuiAbstractRessource corresponding to the given HTTP request. More... |