Skip to content
/ htpp Public

A minimal multithreaded HTTP1/1 webserver in c++ using asio

Notifications You must be signed in to change notification settings

thorulf4/htpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimal multithreaded HTTP1/1 webserver in c++ using asio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages