|
Arachne 1.0
Arachne - the perpetual stitcher of Wikidata entities.
|
Functions | |
| void | curl_inited () |
| Initialize libcurl globally once per process. | |
Variables | |
| std::once_flag | global_curl |
| void corespace::anonymous_namespace{http_client.cpp}::curl_inited | ( | ) |
Initialize libcurl globally once per process.
Called via std::call_once to perform curl_global_init and throw std::runtime_error on failure.
Definition at line 41 of file http_client.cpp.
Referenced by corespace::http_client::http_client().

| std::once_flag corespace::anonymous_namespace{http_client.cpp}::global_curl |
Definition at line 33 of file http_client.cpp.
Referenced by corespace::http_client::http_client().