How to use Content-Encoding: gzip with Python SimpleHTTPServer -
i'm using python -m simplehttpserver
serve directory local testing in web browser. of content includes large data files. able gzip them , have simplehttpserver serve them content-encoding: gzip.
is there easy way this?
since top google result figured post simple modification script got gzip work.
Comments
Post a Comment