#ifndef __HTTPREQUEST_HPP__ #define __HTTPREQUEST_HPP__ #include void HttpRequest( const char* server, const char* resource, int port, std::function cb ); #endif