lpar / gzipped

Replacement for golang http.FileServer which supports precompressed static assets.
BSD 3-Clause "New" or "Revised" License
94 stars 15 forks source link

Small differences with http.FileServer, should be in the readme? #16

Closed bezineb5 closed 4 years ago

bezineb5 commented 4 years ago

Thanks for the excellent library! Two small things worth signalling which make it not a perfect drop-in:

Thanks! Ben

bezineb5 commented 4 years ago

My bad for the 2nd difference, the issue is with the withIndexHTML helper, in the case "" is requested. I'll do a quick PR.