Skip to content
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

More flexible encoding configuration #1050

Merged

Commits on Sep 10, 2021

  1. ft(Plug.Static): more flexible encoding configuration

    This allows setting `:encodings` option, which is a list of potential
    encodings used in given application. While currently browsers support
    only Deflate (named `gzip` in header) and Brotli, there is already RFC
    8878 [1] which defines Zstd as a potential additional encoding. This
    approach should provide more flexibility in future when there may be
    more potential encodings, and adding them one by one as a separate
    options may scale poorly.
    
    [1]: https://datatracker.ietf.org/doc/html/rfc8878
    hauleth committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    1a044b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Configuration menu
    Copy the full SHA
    413ecda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8e6047 View commit details
    Browse the repository at this point in the history