From 518410b7e0f8b88ee8822e4449e91f7c52d1022a Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 6 Dec 2013 16:00:12 -0800 Subject: HTTP client works! --- node/HttpClient.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'node/HttpClient.hpp') diff --git a/node/HttpClient.hpp b/node/HttpClient.hpp index da12fb24..4f5c9bc7 100644 --- a/node/HttpClient.hpp +++ b/node/HttpClient.hpp @@ -57,6 +57,11 @@ class HttpClient public: typedef void * Request; + /** + * Empty map for convenience use + */ + static const std::map NO_HEADERS; + /** * Request a URL using the GET method */ -- cgit v1.2.3