![]() |
Qt 6.x
The Qt SDK
|
#include "testhttpserver_p.h"
#include <QTcpSocket>
#include <QDebug>
#include <QFile>
#include <QTimer>
#include <QTest>
#include <QQmlFile>
#include "moc_testhttpserver_p.cpp"
Go to the source code of this file.
Functions | |
static QUrl | localHostUrl (quint16 port) |
Variables | |
static QList< QByteArrayView > | ignoredHeaders |
Definition at line 63 of file testhttpserver.cpp.
References QStringLiteral, QUrl::setHost(), QUrl::setPort(), QUrl::setScheme(), and url.
Referenced by TestHTTPServer::baseUrl(), and ThreadedTestHTTPServer::baseUrl().
|
static |
Definition at line 58 of file testhttpserver.cpp.