Skip to content

vksysd/pythonHTTPWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

WEBSERVER in python with a few functionalities.

webserver.py  -> used for runnin server and coding on server
route.py -> url detection and exec
session.py -> session handling
redirect.py -> redirection
requestobject -> requeest object creation 
requestparam.py -> getting requested parameters 
handlers.py -> functions called upon every request
htmlfilread.py -> reading html file

extarct and go to /Code containg webserver.py and run python webserver.py