summaryrefslogtreecommitdiff
path: root/node/HttpClient.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-12-06 16:00:12 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-12-06 16:00:12 -0800
commit518410b7e0f8b88ee8822e4449e91f7c52d1022a (patch)
tree323d6f71c30170c3689ca48cd61422171af38806 /node/HttpClient.hpp
parent0a0ed893c3878c82070392bf953ecb16d50734d9 (diff)
downloadinfinitytier-518410b7e0f8b88ee8822e4449e91f7c52d1022a.tar.gz
infinitytier-518410b7e0f8b88ee8822e4449e91f7c52d1022a.zip
HTTP client works!
Diffstat (limited to 'node/HttpClient.hpp')
-rw-r--r--node/HttpClient.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/node/HttpClient.hpp b/node/HttpClient.hpp
index da12fb24..4f5c9bc7 100644
--- a/node/HttpClient.hpp
+++ b/node/HttpClient.hpp
@@ -58,6 +58,11 @@ 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
*/
static inline Request GET(