rotli-filter_2.13.0.12.source-code.reference.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of play-brotli-filter_2.13 Show documentation
Show all versions of play-brotli-filter_2.13 Show documentation
A brotli filter for the play framework
The newest version!
play.modules {
enabled += "play.filters.brotli.BrotliFilterModule"
}
play.filters {
# Brotli filter configuration
brotli {
# The compression-speed vs compression-density tradeoffs. The higher the quality, the slower the compression. Range is 0 to 11
quality = 5
# [not supported yet]
# The maximum amount of content to buffer for compressing with brotli in order to calculate the content length before falling back
# to chunked encoding.
# chunkedThreshold = 100k
}
}