A minimal HTTP server and client implemented from scratch using socket programming, demonstrating basic HTTP request/response handling and network communication.
You can use client by this command:
cd client
python main.py {host} {port}[optional]- GET file
client> get {file_url}- POST file
client> post {file_path}