2024-07-13 18:02:30 +02:00
2024-07-11 19:35:11 +02:00
2024-07-11 18:34:11 +02:00
2024-07-11 18:34:11 +02:00
2024-07-11 19:35:11 +02:00
2024-07-11 18:34:11 +02:00
2024-07-11 18:34:11 +02:00
2024-07-13 18:02:30 +02:00
2024-07-11 18:34:11 +02:00
2024-07-11 18:34:11 +02:00
2024-07-11 18:34:11 +02:00
2024-07-11 18:34:11 +02:00

Http Router which is supposed to be similar to the standard Golang Router

Dependencies

  • c++20
  • make for building
  • gcc (g++) if using make for build

How to build

Run Example server implemented in main.cpp

make run

Build static library

make

Install library and header files (Possibly unsafe, could overwrite existing headers or libraries)

sudo make install

Remove installed library and header files (Also unsafe for the same reasons)

sudo make remove

Todo list

Todos:

  • Routing to Tree instead of map
  • Cmake maybe?
  • Make redirects available
  • Threading
  • Stop
  • React to Method
  • Implement actual http protocol
  • Post Form
Description
No description provided
Readme 59 KiB
Languages
C++ 96.8%
Makefile 3.2%