removed comment
This commit is contained in:
parent
93e811d649
commit
b174ad5232
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ namespace SimpleWeb {
|
|||
Response(): content(&content_buffer) {};
|
||||
};
|
||||
|
||||
//TODO add header parameters
|
||||
std::shared_ptr<Response> request(const std::string& request_type, const std::string& path="/",
|
||||
const std::map<std::string, std::string>& header={{}}) {
|
||||
std::stringstream empty_ss;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue