░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/vendor/bundle/ruby/3.1.0/gems/rack-brotli-1.0.0
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: README.md
# Rack::Brotli [](https://travis-ci.org/marcotc/rack-brotli) `Rack::Brotli` compresses `Rack` responses using [Google's Brotli](https://github.com/google/brotli) compression algorithm. Brotli generally compresses better than `gzip` for the same CPU cost and is supported by [Chrome, Firefox, IE and Opera](http://caniuse.com/#feat=brotli). ### Use Gems are available too: gem install rack-brotli Requiring `'rack/brotli'` will autoload `Rack::Brotli` module. The following example shows what a simple rackup (`config.ru`) file might look like: ```ruby require 'rack' require 'rack/brotli' use Rack::Brotli run theapp ``` ### Testing To run the entire test suite, run rake test ### Links * rack-brotli on GitHub:: <http://github.com/marcotc/rack-brotli> * Rack:: <http://rack.rubyforge.org/> * Rack On GitHub:: <http://github.com/rack/rack>
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 lib/
DIR
—
2023-09-24 03:48
📄 COPYING
?
1 KB
2023-09-24 03:48
EDIT
📄 README.md
MD
939 B
2023-09-24 03:48
EDIT