-
-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option to try a file based on Accept-Encoding #85
Comments
Non-issue. http://stackoverflow.com/a/42602984/368691 |
Turns out I did not read the documentation properly:
i.e. What I'd like is: If client-sends a request with header serveStatic(..., {
tryEncoding: {
br: '.br'
}
}); This configuration would make |
.gz
file
Looks like there is an extension of https://github.com/tkoenig89/express-static-gzip |
Appears that this is WIP pillarjs/send#108 (The PR is held because of jshttp/negotiator#49.) |
Repost: http://stackoverflow.com/questions/42602053/how-to-try-a-file-and-fallback-to-another-file
The text was updated successfully, but these errors were encountered: