HTTP client works!

This commit is contained in:
Adam Ierymenko 2013-12-06 16:00:12 -08:00
parent 0a0ed893c3
commit 518410b7e0
3 changed files with 57 additions and 13 deletions

View file

@ -57,6 +57,11 @@ class HttpClient
public:
typedef void * Request;
/**
* Empty map for convenience use
*/
static const std::map<std::string,std::string> NO_HEADERS;
/**
* Request a URL using the GET method
*/