Skip to content Skip to sidebar Skip to footer
Showing posts with the label Httpserver

How To Serve Any File Type With Python's Basehttprequesthandler

Consider the following example: import string,cgi,time from os import curdir, sep from BaseHTTPServ… Read more How To Serve Any File Type With Python's Basehttprequesthandler

Simple Http Server Does Not Work When Converted To Exe

I wrote a simple python http server to serve the files(folders) of the present working directory. i… Read more Simple Http Server Does Not Work When Converted To Exe