#include <QtCore/QObject>
#include <QtWui/QwuiGlobal>
Classes | |
class | QwuiAbstractHttpServer |
Base class for the implementation of an HTTP server. An HTTP server needs a resource provider server that will provide the resources depending on the mime type. There are two operating modes for a server: Queuing the requests and treating them sequentially or using a different thread for each connection. More... |