|
MythTV master
|
#include <QThread>#include <QTcpSocket>#include <QSslSocket>#include "mythlogging.h"#include "mythcorecontext.h"#include "http/mythwebsocket.h"#include "http/mythhttps.h"#include "http/mythhttpsocket.h"#include "http/mythhttpdata.h"#include "http/mythhttpfile.h"#include "http/mythhttpresponse.h"#include "http/mythhttprequest.h"#include "http/mythhttpranges.h"#include "http/mythhttpservices.h"#include "http/mythwebsocketevent.h"#include <chrono>#include "moc_mythhttpsocket.cpp"Go to the source code of this file.
Macros | |
| #define | LOC QString(m_peer + ": ") |
| #define LOC QString(m_peer + ": ") |
Definition at line 26 of file mythhttpsocket.cpp.