issues
search
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
38 create ostream overload for enum method
#41
Closed
gwolf-011235
closed
2 months ago
gwolf-011235
commented
3 months ago
Rename LogConfigFile.cpp to LogOstreamInserters.cpp > to store all stream inserters in there.
Ostream inserter definitions reside in the header file where their respective enum/struct is defined. This is to reduce dependencies.
The file LogOstreamInserters.cpp includes these defintions from the headers from enum/struct
New inserters for
enum Method
enum StatusCode
struct URI
struct HTTPRequest
struct HTTPResponse
Added tests