Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 320 Bytes

File metadata and controls

14 lines (11 loc) · 320 Bytes

Aether

This is a simple HTTP 1.0 server project created as part of an exercise to learn boost.asio.

Requirements

To compile and run the server, you will need:

  • C++20 compatible compiler.
  • Boost library.
  • CMake.

Features

  • Basic handling of all HTTP methods.
  • Routing capabilities.
  • Custom error handling.