KiCad PCB EDA Suite
Loading...
Searching...
No Matches
http_lib_connection.cpp File Reference
#include <wx/log.h>
#include <fmt/core.h>
#include <wx/translation.h>
#include <ctime>
#include <boost/algorithm/string.hpp>
#include <json_common.h>
#include <wx/base64.h>
#include <kicad_curl/kicad_curl_easy.h>
#include <curl/curl.h>
#include <http_lib/http_lib_connection.h>
#include <lib_id.h>

Go to the source code of this file.

Functions

bool boolFromString (const std::any &aVal, bool aDefaultValue)
 
void setPartIdNameAndMetadata (const nlohmann::json &aPart_json, HTTP_LIB_PART &aPart)
 

Variables

const char *const traceHTTPLib = "KICAD_HTTP_LIB"
 

Function Documentation

◆ boolFromString()

bool boolFromString ( const std::any & aVal,
bool aDefaultValue )

Definition at line 154 of file http_lib_connection.cpp.

Referenced by HTTP_LIB_CONNECTION::SelectOne().

◆ setPartIdNameAndMetadata()

Variable Documentation

◆ traceHTTPLib