|
TreeFrogFramework 2.10
|
#include "thttpsocket.h"#include "tatomicptr.h"#include "tfcore.h"#include "tsystemglobal.h"#include <QBuffer>#include <QDir>#include <TfCore>#include <TAppSettings>#include <TApplicationServerBase>#include <THttpHeader>#include <THttpResponse>#include <TTemporaryFile>#include <chrono>#include <ctime>#include <thread>#include <algorithm>
Variables | |
| constexpr uint | READ_THRESHOLD_LENGTH = 4 * 1024 * 1024 |
| constexpr int64_t | WRITE_LENGTH = 1408 |
| constexpr int | WRITE_BUFFER_LENGTH = WRITE_LENGTH * 512 |
|
constexpr |
|
constexpr |
|
constexpr |