Built mainly to test some corner cases in newspaper4k
python -m gzip_http_server 8080 --encoding=gzip --max-file-size=10000
or
docker run -v $PWD:/tmp/share -p 8000:8000 andythefactory/gzip-range-server --encoding=gzip --max-file-size=10000
- Gzip compression
- Range requests
- Max file size will FORCE a ranged response if the file is larger than the max file size.