Module: Rack::Brotli
- Defined in:
- lib/rack/brotli.rb,
lib/rack/brotli/version.rb,
lib/rack/brotli/deflater.rb
Defined Under Namespace
Classes: Deflater, Version
Class Method Summary
collapse
Class Method Details
.new(app, options = {}) ⇒ Object
10
11
12
|
# File 'lib/rack/brotli.rb', line 10
def self.new(app, options={})
Rack::Brotli::Deflater.new(app, options)
end
|
.release ⇒ Object
6
7
8
|
# File 'lib/rack/brotli.rb', line 6
def self.release
Version.to_s
end
|