meltwater / served

A C++11 RESTful web server library
MIT License
710 stars 174 forks source link

Exposes the request headers, as const reference #64

Open theIDinside opened 5 years ago

theIDinside commented 5 years ago

Makes iteration over all headers easier, instead of solely having to query with request::header(std::string const& key).

adevress commented 4 years ago

ping on that. Is this project dead ?