Hobrasoft httpd server
Embedded HTTP server for Qt and C++
|
Own implementation of HTTP server. More...
#include <httpd.h>
Public Member Functions | |
Httpd (QObject *parent) | |
Constructor. | |
virtual HobrasoftHttpd::HttpRequestHandler * | requestHandler (HobrasoftHttpd::HttpConnection *) |
Returns pointer to new instance of my own request handler HobrasoftHttpd::HttpRequestHandler. | |
Public Member Functions inherited from HobrasoftHttpd::HttpServer | |
HttpServer (QObject *parent) | |
Constructor using default HttpSettings object. | |
HttpServer (const HttpSettings *settings, QObject *parent) | |
Constructor using your own HttpSettings. More... | |
void | start () |
Starts of restart HttpServer with new parameters. | |
const HttpSettings * | settings () const |
Returs pointer to HttpSettings used in the HttpServer. | |
QVariant | webStatus () const |
QList< QPointer< HobrasoftHttpd::HttpConnection > > | connections () const |
Additional Inherited Members | |
Protected Member Functions inherited from HobrasoftHttpd::HttpServer | |
void | close () |
Closes the QTcpServer bind with your HttpServer. | |
Own implementation of HTTP server.
It extends the general class HobrasoftHttpd::HttpServer.