Basic implementation of httpserver for Linux.
The full specification (in polish language) is given here.
Make sure you have the basic c++ build packages
apt install build-essential g++
Building with make
Example usage
Implementation of server handling basic http requests
Repository from Github https://github.comkpyrkosz/httpserver
Basic implementation of httpserver for Linux.
The full specification (in polish language) is given here.
Make sure you have the basic c++ build packages
apt install build-essential g++
Building with make
Example usage
Implementation of server handling basic http requests