KiCad PCB EDA Suite
|
#include <http_lib_settings.h>
Public Attributes | |
HTTP_LIB_SOURCE_TYPE | type |
std::string | root_url |
std::string | api_version |
std::string | token |
int | timeout_parts |
int | timeout_categories |
Definition at line 34 of file http_lib_settings.h.
std::string HTTP_LIB_SOURCE::api_version |
Definition at line 38 of file http_lib_settings.h.
Referenced by HTTP_LIB_SETTINGS::HTTP_LIB_SETTINGS().
std::string HTTP_LIB_SOURCE::root_url |
Definition at line 37 of file http_lib_settings.h.
Referenced by HTTP_LIB_SETTINGS::HTTP_LIB_SETTINGS(), HTTP_LIB_CONNECTION::SelectAll(), HTTP_LIB_CONNECTION::SelectOne(), HTTP_LIB_CONNECTION::syncCategories(), and HTTP_LIB_CONNECTION::ValidateHTTPLibraryEndpoints().
int HTTP_LIB_SOURCE::timeout_categories |
Definition at line 41 of file http_lib_settings.h.
Referenced by HTTP_LIB_SETTINGS::HTTP_LIB_SETTINGS().
int HTTP_LIB_SOURCE::timeout_parts |
Definition at line 40 of file http_lib_settings.h.
Referenced by HTTP_LIB_SETTINGS::HTTP_LIB_SETTINGS(), and HTTP_LIB_CONNECTION::SelectOne().
std::string HTTP_LIB_SOURCE::token |
Definition at line 39 of file http_lib_settings.h.
Referenced by HTTP_LIB_CONNECTION::createCurlEasyObject(), and HTTP_LIB_SETTINGS::HTTP_LIB_SETTINGS().
HTTP_LIB_SOURCE_TYPE HTTP_LIB_SOURCE::type |
Definition at line 36 of file http_lib_settings.h.