HTTP client works!
This commit is contained in:
parent
0a0ed893c3
commit
518410b7e0
3 changed files with 57 additions and 13 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue