u413-284-si / webserv

This project is about setting up a http web server, providing a static website.
MIT License
0 stars 0 forks source link

Lowercase header field names #77

Open u413-284-si opened 4 hours ago

u413-284-si commented 4 hours ago

Header field names are saved in lower case in the std::map<std::string, std::string> headers. Any usage of the map by invoking a field name shall be done in lower case.