Commit Graph

21 Commits

Author SHA1 Message Date
Pablu23
d4ee486919 Use CC in makefile instead of g++ directly 2024-11-30 19:56:26 +01:00
Pablu23
af0c6fb814 Replace shared_pointer with RAII, also fix root path not routing correctly 2024-11-26 17:29:36 +01:00
Pablu23
c18d5f993d Add correctly shutting down server and stopping threads 2024-11-13 16:49:49 +01:00
Pablu23
a3a5280f17 Change Variable names and all to snake case 2024-11-13 16:01:17 +01:00
Pablu23
1797b3c0ef Add get function to tree, and implement basic tree in router 2024-11-13 13:23:56 +01:00
Pablu23
e0d1ac42f7 Add working tree 2024-11-13 11:57:12 +01:00
Pablu23
601e0269c1 Change router input logic and more 2024-11-12 14:25:08 +01:00
Pablu23
0a289b99b5 Add cflags to makefile, fix cflags 2024-07-13 18:19:36 +02:00
Pablu23
f12361567c Update README.md 2024-07-13 18:04:23 +02:00
Pablu23
0758c13de2 Update README.md 2024-07-13 18:02:30 +02:00
Pablu23
9c7fa69a37 Updated readme 2024-07-13 18:00:50 +02:00
Pablu23
b78948267e Added setting Statuscode on response 2024-07-13 17:55:10 +02:00
Pablu23
e3254f5c4a Updated makefile 2024-07-11 19:35:11 +02:00
Pablu23
87b717545b Add namespace 2024-07-11 18:34:11 +02:00
Pablu23
e9a7062c07 Added multithreading 2024-07-11 18:00:03 +02:00
Pablu23
a9cdf59a97 Remove unused includes and added some comments 2024-07-08 16:49:03 +02:00
Pablu23
f25b8891da Fix readme 2024-07-08 16:39:00 +02:00
Pablu23
925ff203a4 Add Method Routing and case insensitive routing patterns 2024-07-08 16:37:28 +02:00
Pablu23
986be64e03 First really working router Version 2024-07-08 16:08:10 +02:00
Pablu23
752cb229c3 Add makefile and split request and response to header files 2024-07-08 03:07:46 +02:00
Pablu23
a32934d4bc Initial commit 2024-07-08 02:04:16 +02:00