Httpserver Python How To Serve Any File Type With Python's Basehttprequesthandler January 15, 2024 Post a Comment 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
Cx Freeze Httpserver Python Simplehttpserver Simple Http Server Does Not Work When Converted To Exe May 29, 2023 Post a Comment 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