Conscience Core
Namespaces
CscHttpClient.cpp File Reference
#include "CscHttpClient.h"
#include "Util/conscience_util.h"
#include "Util/os.h"
#include <curl/curl.h>
#include <filesystem>
#include <fstream>
#include <iostream>

Namespaces

 conscience_core
 
 conscience_core::communication
 
 conscience_core::communication::HTTP
 

Variable Documentation

◆ downloadLastNotifiedProgress

int downloadLastNotifiedProgress = 0

◆ downloadNotificationStep

int downloadNotificationStep = 0

◆ mode

RequestMode mode = RequestMode_DEFAULT

◆ onProgress

optional<function<void(float progressRatio)> > onProgress = {}

◆ responseHeaders

map<string, string> responseHeaders

◆ uploadLastNotifiedProgress

int uploadLastNotifiedProgress = 0

◆ uploadNotificationStep

int uploadNotificationStep = 0