HTTP client works!
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user