Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 308 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 308 Bytes

HTPP - Mini HTTP1/1 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