|
TTKMusicPlayer
4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#include "qhttpserver.h"#include <QTcpServer>#include <QTcpSocket>#include <QVariant>#include "qhttpconnection.h"Go to the source code of this file.
Classes | |
| class | QHttpServerPrivate |
| The class of the http server private. More... | |
Macros | |
| #define | STATUS_CODE(num, reason) STATUS_CODES.insert(num, reason); |
Variables | |
| QHash< int, QString > | STATUS_CODES |
| Maps status codes to string reason phrases. More... | |
| #define STATUS_CODE | ( | num, | |
| reason | |||
| ) | STATUS_CODES.insert(num, reason); |
Referenced by QHttpServer::QHttpServer().
| QHash<int, QString> STATUS_CODES |
Maps status codes to string reason phrases.
Definition at line 9 of file qhttpserver.cpp.
Referenced by QHttpResponsePrivate::writeHead().
1.8.8