Lens AI Profiler Cpp
|
Defines the HttpUploader class for managing file uploads over HTTP. More...
#include "tar_gz_creator.h"
#include <string>
#include <vector>
#include <ctime>
#include <thread>
#include <atomic>
#include <map>
Go to the source code of this file.
Classes | |
struct | http_uploader_data_t |
Struct to hold HTTP uploader configuration data. More... | |
class | HttpUploader |
The HttpUploader class handles uploading files to an HTTP server. More... | |
Macros | |
#define | UPLOAD_RETRY_COUNT 2 |
Number of retry attempts for uploading a file. | |
Defines the HttpUploader class for managing file uploads over HTTP.