From b174ad5232b47754384f135a7b9398f6d8d454cd Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 13 Aug 2014 09:54:19 +0200 Subject: [PATCH] removed comment --- client_http.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/client_http.hpp b/client_http.hpp index 305a79ee..68b19d55 100644 --- a/client_http.hpp +++ b/client_http.hpp @@ -29,7 +29,6 @@ namespace SimpleWeb { Response(): content(&content_buffer) {}; }; - //TODO add header parameters std::shared_ptr request(const std::string& request_type, const std::string& path="/", const std::map& header={{}}) { std::stringstream empty_ss;