| 142 | } |
| 143 | |
| 144 | Status EasyCurl::FetchURL(const string& url, faststring* dst, |
| 145 | const vector<string>& headers) { |
| 146 | return DoRequest(url, nullptr, dst, headers); |
| 147 | } |
| 148 | |
| 149 | Status EasyCurl::FetchURL(const vector<string>& urls, faststring* dst, |
| 150 | const vector<string>& headers) { |
no outgoing calls