diff options
Diffstat (limited to 'node/HttpClient.hpp')
| -rw-r--r-- | node/HttpClient.hpp | 5 |
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( |
