A simple multi-threaded HTTP server that only accepts HTTP GET requests and returns the desired content to the client.
Sagar Vishwakarma (svishwa2@binghamton.edu)
State University of New York, Binghamton
- server.py - Contains implementation of HTTP Server
- ./www/ - Contains resources files
- Open a terminal in project directory
- To run HTTP Server : python server.py
- Open another terminal
- To access any file from resources : wget http://:/
- To limit the download speed : wget --limit-rate 60k