diff --git a/client_http.hpp b/client_http.hpp index 305a79e..68b19d5 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;