KiCad PCB EDA Suite
|
#include <wx/log.h>
#include <fmt/core.h>
#include <wx/translation.h>
#include <ctime>
#include <boost/algorithm/string.hpp>
#include <nlohmann/json.hpp>
#include <wx/base64.h>
#include <kicad_curl/kicad_curl_easy.h>
#include <curl/curl.h>
#include <http_lib/http_lib_connection.h>
Go to the source code of this file.
Variables | |
const char *const | traceHTTPLib = "KICAD_HTTP_LIB" |
const char* const traceHTTPLib = "KICAD_HTTP_LIB" |
Definition at line 34 of file http_lib_connection.cpp.
Referenced by SCH_IO_HTTP_LIB::ensureSettings(), SCH_IO_HTTP_LIB::LoadSymbol(), SCH_IO_HTTP_LIB::loadSymbolFromPart(), HTTP_LIB_CONNECTION::SelectAll(), HTTP_LIB_CONNECTION::SelectOne(), HTTP_LIB_CONNECTION::syncCategories(), and HTTP_LIB_CONNECTION::ValidateHTTPLibraryEndpoints().