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

Create ostream overload for enum Method #38

Closed gwolf-011235 closed 1 month ago

gwolf-011235 commented 1 month ago

To easily print out the Method enum via logger an ostream overload, which converts enum to string would be nice

gwolf-011235 commented 1 month ago

We can just repurpose LogConfigFile.cpp as general file for all sorts of ostream overloads. Or should we make a new file for each Struct, stuff that we want an overload for?