![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <curl/curl.h>#include <string>Go to the source code of this file.
Classes | |
| struct | CurlProgress |
| struct | JsonDownload |
Macros | |
| #define | TIME_IN_US 1 |
| #define | TIMETYPE curl_off_t |
| #define | TIMEOPT CURLINFO_TOTAL_TIME_T |
| #define | MINIMAL_PROGRESS_FUNCTIONALITY_INTERVAL 3000000 |
Functions | |
| void | getHttpsJson (std::string url) |
Variables | |
| JsonDownload | downloadedJSON |
| #define MINIMAL_PROGRESS_FUNCTIONALITY_INTERVAL 3000000 |
Definition at line 15 of file curl_json.h.
| #define TIME_IN_US 1 |
Definition at line 12 of file curl_json.h.
| #define TIMEOPT CURLINFO_TOTAL_TIME_T |
Definition at line 14 of file curl_json.h.
| #define TIMETYPE curl_off_t |
Definition at line 13 of file curl_json.h.
| void getHttpsJson | ( | std::string | url | ) |
| JsonDownload downloadedJSON |
Definition at line 10 of file curl_json.cpp.
1.8.17