1#ifndef DECONZ_HTTP_CLIENT_HANDLER_H
2#define DECONZ_HTTP_CLIENT_HANDLER_H
15#include "deconz/declspec.h"
18class QHttpRequestHeader;
35 virtual bool isHttpTarget(
const QHttpRequestHeader &hdr) = 0;
43 virtual void clientGone(QTcpSocket *sock) = 0;
Definition http_client_handler.h:24
virtual int handleHttpRequest(const QHttpRequestHeader &hdr, QTcpSocket *sock)=0
handleHttpRequest
The deCONZ namespace.
Definition aps.cpp:19
Declaration of the most common deCONZ library types.