jfhbrook / node-ecstatic

A static file server middleware that works with core http, express or on the CLI!
https://github.com/jfhbrook/node-ecstatic
MIT License
975 stars 194 forks source link

Set Brotli compression header #229

Closed filipesilva closed 6 years ago

filipesilva commented 6 years ago

This PR is similar to https://github.com/jfhbrook/node-ecstatic/pull/228 but instead of compressing using Brotli, it just adds the header if a Brotli compressed file is found.

/cc @alexeagle

filipesilva commented 6 years ago

This isn't needed anymore since https://github.com/jfhbrook/node-ecstatic/pull/228 went in 👍