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

Externalise commonly used enums/structs #25

Closed u413-284-si closed 3 months ago

u413-284-si commented 3 months ago

Currently the Method enum is part of the ConfigFile header which includes many more declarations which are irrelevant to other parts of the webserver.

We may consider putting the enum into a distinct header, so only itself can be included.

QCHR1581 commented 3 months ago

Moved the enum called "Method" into a specific header file with the name "Method.hpp"