This commit is contained in:
Max Golovanov 2019-10-04 22:55:54 -07:00
Родитель bc166692fe
Коммит e27b7edac3
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,4 @@
#include "DebugCallback.hpp"
#include "HttpEventListener.hpp"
#include "IHttpClient.hpp"
//Use this option below to enforce SSL certificate validation:

Просмотреть файл

@ -19,7 +19,7 @@
#include "LogManager.hpp"
// Custom debug event callback
#include "DebugCallback.hpp"
#include "HttpEventListener.hpp"
LOGMANAGER_INSTANCE
@ -27,6 +27,8 @@ LOGMANAGER_INSTANCE
using namespace MAT;
#define MAX_URL_LENGTH 2048
/**
* Reference example that shows how to use Apple Core Foundation and Core Foundation - Network for
* auto-detection of the proxy settings using a given target URL from C++ code.