Closed u413-284-si closed 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.
Moved the enum called "Method" into a specific header file with the name "Method.hpp"
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.