#ifndef HTTPCLIENT_H__ #define HTTPCLIENT_H__ #include #include namespace HttpClient { bool download(const std::string& url, std::vector& outBody); } // namespace HttpClient #endif /* HTTPCLIENT_H__ */