Add Method Routing and case insensitive routing patterns

This commit is contained in:
Pablu23
2024-07-08 16:37:28 +02:00
parent 986be64e03
commit 925ff203a4
5 changed files with 37 additions and 56 deletions

View File

@@ -23,6 +23,7 @@ public:
explicit Request(std::vector<std::byte> buf);
void Print();
bool HasData();
std::string Method();
std::vector<std::byte> Data();
};
#endif // !REQUEST_HEADER_H