Skip to content

This is the assignment for submission to class Advanced Computer Networking of MITE-RUPP Cohort 16.

Notifications You must be signed in to change notification settings

vitalmscrupp/WebServer-Phyton-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebServer-Phyton-Assignment

This is the assignment for submission to class Advanced Computer Networking of MITE-RUPP Cohort 16.

Requirements

Creating Web server in Python that is capable of processing only one request. Web server will (i) create a connection socket when contacted by a client (browser); (ii) receive the HTTP request from this connection; (iii) parse the request to determine the specific file being requested; (iv) get the requested file from the server’s file system; (v) create an HTTP response message consisting of the requested file preceded by header lines; and (vi) send the response over the TCP connection to the requesting browser. If a browser requests a file that is not present in your server, your server should return a “404 Not Found” error message.

About

This is the assignment for submission to class Advanced Computer Networking of MITE-RUPP Cohort 16.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published