This is a simple HTTP 1.0 server project created as part of an exercise to learn boost.asio.
To compile and run the server, you will need:
- C++20 compatible compiler.
- Boost library.
- CMake.
- Basic handling of all HTTP methods.
- Routing capabilities.
- Custom error handling.