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

Add zstandard (zstd, .zst) support #14

Closed stapelberg closed 4 years ago

stapelberg commented 4 years ago

names from https://tools.ietf.org/search/rfc8478#section-6.2

related to https://github.com/distr1/distri/issues/77

lpar commented 4 years ago

Well, as far as I can discover it's not supported by any browsers yet, but I don't see any reason why it shouldn't be supported.