Arachne 1.0
Arachne - the perpetual stitcher of Wikidata entities.
Loading...
Searching...
No Matches
corespace::anonymous_namespace{http_client.cpp} Namespace Reference

Functions

void curl_inited ()

Variables

std::once_flag global_curl

Function Documentation

◆ curl_inited()

void corespace::anonymous_namespace{http_client.cpp}::curl_inited ( )

Definition at line 35 of file http_client.cpp.

35 {
36 if (curl_global_init(CURL_GLOBAL_DEFAULT) != 0) {
37 throw std::runtime_error("curl_global_init failed");
38 }
39 }

Referenced by corespace::http_client::http_client().

Here is the caller graph for this function:

Variable Documentation

◆ global_curl

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().