PierreZ / goStatic

A really small static web server for Docker
GNU General Public License v2.0
391 stars 77 forks source link

Feature request: Gzip pre-compressed #38

Open Waxolunist opened 4 years ago

Waxolunist commented 4 years ago

Would be great, if there exists a gzip option. If a file requestes with the extension .gz exists, deliver that file, otherwise the one requested. For example /index.html.gz instead of index.html

PierreZ commented 3 years ago

Hi, sorry I missed your feature request.

I think we could detect the Accept-Encoding header and compress on the fly if presents.

Are you willing to contribute to goStatic? 🚀