Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 306 Bytes

File metadata and controls

16 lines (12 loc) · 306 Bytes

HTPP - Mini HTTP Webserver

Please write readme .-.

Building on ubuntu

Tested with GCC-12 cmake-3.27

Depends on standalone asio

sudo apt install libasio-dev
cmake -B build -DCMAKE_BUILD_TYPE=Release -DHTPP_SAMPLE_PROJETS=ON
cmake --build build

Run example with
./build/example/example