In this lab you will develop a small web server that does the following:
* Handles only one HTTP request at a time;
* Accepts and parses the HTTP request;
* Gets the requested file from the server's file system;
* Creates an HTTP response message consisting of the requested file preceded by header lines;
* Sends the response directly to the requesting browser.