Beispiel #1
0
void WebPage::setURL(string url)
{
	this->url = url;
	baseURL = this->url.substr(0, this->url.find_first_of("/", 7));
	initCURL();
}
Beispiel #2
0
HttpClient::HttpClient()
{
    initCURL();
}