GzipSimpleHTTPServer
GzipSimpleHTTPServer copied to clipboard
A modification of the very useful SimpleHTTPServer python script to add gzip compression.
Results
1
GzipSimpleHTTPServer issues
Sort by
recently updated
recently updated
newest added
Currently when run from the command line you can change the port and the encoding type. However, the variables are set as globals within the file instead of as class...