MyHttp is a HTTP server created for learning purposes, it supports GET and POST requests.
- Linux-Based OS
- C Compiler
# Clone the repository
https://github.com/Smet-k/MyHttp
cd MyHttp
# Build the utility
./build.sh
# Run
sudo ./build/MyHttp
MyHttp
Configuration is done through config.cfg
port=8080
threads=8