forgot to implement PIHTTPClient headers

This commit is contained in:
2024-11-28 13:13:08 +03:00
parent 4f934fef35
commit cae264a77b
2 changed files with 16 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
#include "pihttptypes.h"
#include "pip_http_client_export.h"
#include "pistringlist.h"
class PIHTTPClientBase {
@@ -50,6 +51,7 @@ private:
PIString url;
PIString last_error;
PIStringList headers;
PIByteArray buffer_out;
PIHTTP::MessageMutable request, reply;
std::atomic_bool is_cancel = {false};